Html Css Color HEX #245598 Endeavour

📋 copy color: '#245598'

red 36 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #245598

Tints of Endeavour #245598

RGB

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

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

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

R = 13.19%
G = 31.14%
B = 55.68%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245598 (or 0x245598) is known color: Endeavour. HEX triplet: 24, 55 and 98. RGB value is (36,85,152). Sum of RGB (Red+Green+Blue) = 36+85+152=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #245598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245598 is #DBAA67. Grayscale: #4D4D4D. Windows color (decimal): -14396008 or 9983268. OLE color: 9983268.

HSL color Cylindrical-coordinate representation of color #245598: hue angle of 214.66º 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 #245598 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 85 152 -
CMYK 0.76 0.44 0 0.40
HSL 214.66º 0.62% 0.37% -
HSV(B) 214.66º 0.76% 0.6% -
XYZ 9.64 9.14 30.96 -
YUV 77.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 36 85 152 0.76 0.44 0 0.40 214.66 0.62 0.37
Hex 24 55 98 4C 2C 0 28 D7 3E 25
Octal 44 125 230 114 54 0 50 327 76 45
Binary 100100 1010101 10011000 1001100 101100 0 101000 11010111 111110 100101

Color Harmonies of #245598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245598

Black with #245598

Text Example


Text Example

White with #245598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245598; }

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

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

background-color css

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

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

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

border-color css

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

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

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