Html Css Color HEX #245099 Endeavour

📋 copy color: '#245099'

red 36 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #245099

Tints of Endeavour #245099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 13.38%
G = 29.74%
B = 56.88%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#245099 (or 0x245099) is known color: Endeavour. HEX triplet: 24, 50 and 99. RGB value is (36,80,153). Sum of RGB (Red+Green+Blue) = 36+80+153=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #245099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245099 is #DBAF66. Grayscale: #4A4A4A. Windows color (decimal): -14397287 or 10047524. OLE color: 10047524.

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

Color convert

RGB 36 80 153 -
CMYK 0.76 0.48 0 0.4
HSL 217.44º 0.62% 0.37% -
HSV(B) 217.44º 0.76% 0.6% -
XYZ 9.35 8.41 31.27 -
YUV 75.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 36 80 153 0.76 0.48 0 0.4 217.44 0.62 0.37
Hex 24 50 99 4C 30 0 28 D9 3E 25
Octal 44 120 231 114 60 0 50 331 76 45
Binary 100100 1010000 10011001 1001100 110000 0 101000 11011001 111110 100101

Color Harmonies of #245099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245099

Black with #245099

Text Example


Text Example

White with #245099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245099; }

 p { color: rgb(36,80,153); }

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

background-color css

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

 a { background-color: rgb(36,80,153); }

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

border-color css

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

 span { border-color: rgb(36,80,153); }

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