Html Css Color HEX #245998 Endeavour

📋 copy color: '#245998'

red 36 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #245998

Tints of Endeavour #245998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 13%
G = 32.13%
B = 54.87%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245998 (or 0x245998) is known color: Endeavour. HEX triplet: 24, 59 and 98. RGB value is (36,89,152). Sum of RGB (Red+Green+Blue) = 36+89+152=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #245998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245998 is #DBA667. Grayscale: #505050. Windows color (decimal): -14394984 or 9984292. OLE color: 9984292.

HSL color Cylindrical-coordinate representation of color #245998: hue angle of 212.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245998 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 89 152 -
CMYK 0.76 0.41 0 0.40
HSL 212.59º 0.62% 0.37% -
HSV(B) 212.59º 0.76% 0.6% -
XYZ 9.97 9.79 31.07 -
YUV 80.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 36 89 152 0.76 0.41 0 0.40 212.59 0.62 0.37
Hex 24 59 98 4C 29 0 28 D5 3E 25
Octal 44 131 230 114 51 0 50 325 76 45
Binary 100100 1011001 10011000 1001100 101001 0 101000 11010101 111110 100101

Color Harmonies of #245998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245998

Black with #245998

Text Example


Text Example

White with #245998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245998; }

 p { color: rgb(36,89,152); }

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

background-color css

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

 a { background-color: rgb(36,89,152); }

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

border-color css

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

 span { border-color: rgb(36,89,152); }

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