Html Css Color HEX #245F91 Endeavour

📋 copy color: '#245F91'

red 36 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #245F91

Tints of Endeavour #245F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 13.04%
G = 34.42%
B = 52.54%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245F91 (or 0x245F91) is known color: Endeavour. HEX triplet: 24, 5F and 91. RGB value is (36,95,145). Sum of RGB (Red+Green+Blue) = 36+95+145=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #245F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F91 is #DBA06E. Grayscale: #525252. Windows color (decimal): -14393455 or 9527076. OLE color: 9527076.

HSL color Cylindrical-coordinate representation of color #245F91: hue angle of 207.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245F91 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 95 145 -
CMYK 0.75 0.34 0 0.43
HSL 207.52º 0.6% 0.35% -
HSV(B) 207.52º 0.75% 0.57% -
XYZ 9.93 10.6 28.31 -
YUV 83.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 36 95 145 0.75 0.34 0 0.43 207.52 0.6 0.35
Hex 24 5F 91 4B 22 0 2B D0 3C 23
Octal 44 137 221 113 42 0 53 320 74 43
Binary 100100 1011111 10010001 1001011 100010 0 101011 11010000 111100 100011

Color Harmonies of #245F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F91

Black with #245F91

Text Example


Text Example

White with #245F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,95,145); }

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

background-color css

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

 a { background-color: rgb(36,95,145); }

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

border-color css

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

 span { border-color: rgb(36,95,145); }

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