Html Css Color HEX #245996 Endeavour

📋 copy color: '#245996'

red 36 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #245996

Tints of Endeavour #245996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 13.09%
G = 32.36%
B = 54.55%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245996 (or 0x245996) is known color: Endeavour. HEX triplet: 24, 59 and 96. RGB value is (36,89,150). Sum of RGB (Red+Green+Blue) = 36+89+150=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #245996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245996 is #DBA669. Grayscale: #4F4F4F. Windows color (decimal): -14394986 or 9853220. OLE color: 9853220.

HSL color Cylindrical-coordinate representation of color #245996: hue angle of 212.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245996 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 89 150 -
CMYK 0.76 0.41 0 0.41
HSL 212.11º 0.61% 0.36% -
HSV(B) 212.11º 0.76% 0.59% -
XYZ 9.8 9.72 30.21 -
YUV 80.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 36 89 150 0.76 0.41 0 0.41 212.11 0.61 0.36
Hex 24 59 96 4C 29 0 29 D4 3D 24
Octal 44 131 226 114 51 0 51 324 75 44
Binary 100100 1011001 10010110 1001100 101001 0 101001 11010100 111101 100100

Color Harmonies of #245996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245996

Black with #245996

Text Example


Text Example

White with #245996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245996; }

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

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

background-color css

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

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

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

border-color css

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

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

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