Html Css Color HEX #245591 Endeavour

📋 copy color: '#245591'

red 36 ◦ green 85 ◦ blue 145

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

Shades of Endeavour #245591

Tints of Endeavour #245591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 13.53%
G = 31.95%
B = 54.51%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245591 (or 0x245591) is known color: Endeavour. HEX triplet: 24, 55 and 91. RGB value is (36,85,145). Sum of RGB (Red+Green+Blue) = 36+85+145=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #245591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245591 is #DBAA6E. Grayscale: #4C4C4C. Windows color (decimal): -14396015 or 9524516. OLE color: 9524516.

HSL color Cylindrical-coordinate representation of color #245591: hue angle of 213.03º 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 #245591 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 85 145 -
CMYK 0.75 0.41 0 0.43
HSL 213.03º 0.6% 0.35% -
HSV(B) 213.03º 0.75% 0.57% -
XYZ 9.09 8.92 28.03 -
YUV 77.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 36 85 145 0.75 0.41 0 0.43 213.03 0.6 0.35
Hex 24 55 91 4B 29 0 2B D5 3C 23
Octal 44 125 221 113 51 0 53 325 74 43
Binary 100100 1010101 10010001 1001011 101001 0 101011 11010101 111100 100011

Color Harmonies of #245591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245591

Black with #245591

Text Example


Text Example

White with #245591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245591; }

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

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

background-color css

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

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

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

border-color css

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

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

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