Html Css Color HEX #245488 Endeavour

📋 copy color: '#245488'

red 36 ◦ green 84 ◦ blue 136

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

Shades of Endeavour #245488

Tints of Endeavour #245488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 14.06%
G = 32.81%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#245488 (or 0x245488) is known color: Endeavour. HEX triplet: 24, 54 and 88. RGB value is (36,84,136). Sum of RGB (Red+Green+Blue) = 36+84+136=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #245488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245488 is #DBAB77. Grayscale: #4B4B4B. Windows color (decimal): -14396280 or 8934436. OLE color: 8934436.

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

Color convert

RGB 36 84 136 -
CMYK 0.74 0.38 0 0.47
HSL 211.2º 0.58% 0.34% -
HSV(B) 211.2º 0.74% 0.53% -
XYZ 8.34 8.49 24.49 -
YUV 75.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 36 84 136 0.74 0.38 0 0.47 211.2 0.58 0.34
Hex 24 54 88 4A 26 0 2F D3 3A 22
Octal 44 124 210 112 46 0 57 323 72 42
Binary 100100 1010100 10001000 1001010 100110 0 101111 11010011 111010 100010

Color Harmonies of #245488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245488

Black with #245488

Text Example


Text Example

White with #245488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245488; }

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

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

background-color css

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

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

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

border-color css

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

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

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