Html Css Color HEX #245D89 Endeavour

📋 copy color: '#245D89'

red 36 ◦ green 93 ◦ blue 137

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

Shades of Endeavour #245D89

Tints of Endeavour #245D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

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

R = 13.53%
G = 34.96%
B = 51.5%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#245D89 (or 0x245D89) is known color: Endeavour. HEX triplet: 24, 5D and 89. RGB value is (36,93,137). Sum of RGB (Red+Green+Blue) = 36+93+137=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #245D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D89 is #DBA276. Grayscale: #505050. Windows color (decimal): -14393975 or 9002276. OLE color: 9002276.

HSL color Cylindrical-coordinate representation of color #245D89: hue angle of 206.14º 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 #245D89 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 93 137 -
CMYK 0.74 0.32 0 0.46
HSL 206.14º 0.58% 0.34% -
HSV(B) 206.14º 0.74% 0.54% -
XYZ 9.16 10.01 25.12 -
YUV 80.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 36 93 137 0.74 0.32 0 0.46 206.14 0.58 0.34
Hex 24 5D 89 4A 20 0 2E CE 3A 22
Octal 44 135 211 112 40 0 56 316 72 42
Binary 100100 1011101 10001001 1001010 100000 0 101110 11001110 111010 100010

Color Harmonies of #245D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D89

Black with #245D89

Text Example


Text Example

White with #245D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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