Html Css Color HEX #245689 Endeavour

📋 copy color: '#245689'

red 36 ◦ green 86 ◦ blue 137

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

Shades of Endeavour #245689

Tints of Endeavour #245689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 13.9%
G = 33.2%
B = 52.9%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#245689 (or 0x245689) is known color: Endeavour. HEX triplet: 24, 56 and 89. RGB value is (36,86,137). Sum of RGB (Red+Green+Blue) = 36+86+137=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #245689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245689 is #DBA976. Grayscale: #4C4C4C. Windows color (decimal): -14395767 or 9000484. OLE color: 9000484.

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

Color convert

RGB 36 86 137 -
CMYK 0.74 0.37 0 0.46
HSL 210.3º 0.58% 0.34% -
HSV(B) 210.3º 0.74% 0.54% -
XYZ 8.57 8.84 24.92 -
YUV 76.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 36 86 137 0.74 0.37 0 0.46 210.3 0.58 0.34
Hex 24 56 89 4A 25 0 2E D2 3A 22
Octal 44 126 211 112 45 0 56 322 72 42
Binary 100100 1010110 10001001 1001010 100101 0 101110 11010010 111010 100010

Color Harmonies of #245689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245689

Black with #245689

Text Example


Text Example

White with #245689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245689; }

 p { color: rgb(36,86,137); }

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

background-color css

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

 a { background-color: rgb(36,86,137); }

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

border-color css

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

 span { border-color: rgb(36,86,137); }

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