Hex #255a79 Color

#255a79
equivalent to

RGB

(37, 90, 121)

Details of #255a79

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
37
7.8703
0.56
0.69
36.1496
9.0861
202°
30.1432
90
9.0861
0.53
0.26
-6.8507
0.2163
69°
-6.1446
121
19.4281
0.31
0.00   0.53
-22.6823
0.2497
47°
-17.1002

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
100101
45
37
25
Green
1011010
132
90
5A
Blue
1111001
171
121
79

RGB in % of #255a79

%14.92
%36.29
%48.79

CMYK in % of #255a79

%69
%26
%0
%53

Triads of color #255a79

#255a79 #5a7925 #792579

Similar Colors to #255a79

#255a79 #25796e #253079

Preview Color #255a79 on black ground

#255a79 is very interesting for text.

Preview Color #255a79 on white ground

#255a79 is very interesting for text.

CSS Codes #255a79 color

.mybgcolor {background-color:#255a79; }
.myforecolor {color:#255a79; }
.mybordercolor {border:3px solid #255a79; }

Text Font Color #255a79

<p style="color:#255a79">Text here</p>

This sample text font color is #255a79
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #255a79

<div style="background-color:#255a79">
Div content here</div>

This div background color is #255a79


Border Color #255a79

<div style="border:3px solid #255a79">
Div here</div>

The color of this border is #255a79


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #255a79; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #255a79;
-webkit-box-shadow: 1px 1px 3px 2px #255a79;
box-shadow:         1px 1px 3px 2px #255a79; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #255a79">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #255a79;
  -webkit-box-shadow: 1px 1px 3px 2px #255a79;
  box-shadow:         1px 1px 3px 2px #255a79;">
Div content here</div>

The shadow of div box using color #255a79