Html Css Color HEX #245487 Endeavour

📋 copy color: '#245487'

red 36 ◦ green 84 ◦ blue 135

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

Shades of Endeavour #245487

Tints of Endeavour #245487

RGB

 RED value IS 36 (14.45% from 255) = 14.12%

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 14.12%
G = 32.94%
B = 52.94%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#245487 (or 0x245487) is known color: Endeavour. HEX triplet: 24, 54 and 87. RGB value is (36,84,135). Sum of RGB (Red+Green+Blue) = 36+84+135=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #245487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245487 is #DBAB78. Grayscale: #4B4B4B. Windows color (decimal): -14396281 or 8868900. OLE color: 8868900.

HSL color Cylindrical-coordinate representation of color #245487: hue angle of 210.91º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245487 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 84 135 -
CMYK 0.73 0.38 0 0.47
HSL 210.91º 0.58% 0.34% -
HSV(B) 210.91º 0.73% 0.53% -
XYZ 8.27 8.46 24.12 -
YUV 75.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 36 84 135 0.73 0.38 0 0.47 210.91 0.58 0.34
Hex 24 54 87 49 26 0 2F D3 3A 22
Octal 44 124 207 111 46 0 57 323 72 42
Binary 100100 1010100 10000111 1001001 100110 0 101111 11010011 111010 100010

Color Harmonies of #245487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245487

Black with #245487

Text Example


Text Example

White with #245487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245487; }

 p { color: rgb(36,84,135); }

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

background-color css

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

 a { background-color: rgb(36,84,135); }

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

border-color css

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

 span { border-color: rgb(36,84,135); }

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