Html Css Color HEX #255489 Endeavour

📋 copy color: '#255489'

red 37 ◦ green 84 ◦ blue 137

#255489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #255489

Tints of Endeavour #255489

RGB

 RED value IS 37 (14.84% from 255) = 14.34%

 GREEN value IS 84 (33.2% from 255) = 32.56%

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 14.34%
G = 32.56%
B = 53.1%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#255489 (or 0x255489) is known color: Endeavour. HEX triplet: 25, 54 and 89. RGB value is (37,84,137). Sum of RGB (Red+Green+Blue) = 37+84+137=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #255489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255489 is #DAAB76. Grayscale: #4B4B4B. Windows color (decimal): -14330743 or 8999973. OLE color: 8999973.

HSL color Cylindrical-coordinate representation of color #255489: hue angle of 211.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255489 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 84 137 -
CMYK 0.73 0.39 0 0.46
HSL 211.8º 0.57% 0.34% -
HSV(B) 211.8º 0.73% 0.54% -
XYZ 8.45 8.54 24.87 -
YUV 75.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 37 84 137 0.73 0.39 0 0.46 211.8 0.57 0.34
Hex 25 54 89 49 27 0 2E D4 39 22
Octal 45 124 211 111 47 0 56 324 71 42
Binary 100101 1010100 10001001 1001001 100111 0 101110 11010100 111001 100010

Color Harmonies of #255489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255489

Black with #255489

Text Example


Text Example

White with #255489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255489; }

 p { color: rgb(37,84,137); }

 H1.HeaderClassName
 {
   color: #255489;
 }
 .AnyTagClassName
 {
   color: #255489;
 }
</style>

background-color css

<style>
 a { background-color: #255489; }

 a { background-color: rgb(37,84,137); }

 div.DivClassName
 {
   background-color: #255489;
 }
 .BgClassName
 {
   background-color: #255489;
 }
</style>

border-color css

<style>
 span { border-color: #255489; }

 span { border-color: rgb(37,84,137); }

 td.TdClassName
 {
   border-color: #255489;
 }
 .TagClassName
 {
   border-color: #255489;
 }
</style>