Html Css Color HEX #245498 Endeavour

📋 copy color: '#245498'

red 36 ◦ green 84 ◦ blue 152

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

Shades of Endeavour #245498

Tints of Endeavour #245498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

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

R = 13.24%
G = 30.88%
B = 55.88%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245498 (or 0x245498) is known color: Endeavour. HEX triplet: 24, 54 and 98. RGB value is (36,84,152). Sum of RGB (Red+Green+Blue) = 36+84+152=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #245498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245498 is #DBAB67. Grayscale: #4D4D4D. Windows color (decimal): -14396264 or 9983012. OLE color: 9983012.

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

Color convert

RGB 36 84 152 -
CMYK 0.76 0.45 0 0.40
HSL 215.17º 0.62% 0.37% -
HSV(B) 215.17º 0.76% 0.6% -
XYZ 9.57 8.98 30.94 -
YUV 77.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 36 84 152 0.76 0.45 0 0.40 215.17 0.62 0.37
Hex 24 54 98 4C 2D 0 28 D7 3E 25
Octal 44 124 230 114 55 0 50 327 76 45
Binary 100100 1010100 10011000 1001100 101101 0 101000 11010111 111110 100101

Color Harmonies of #245498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245498

Black with #245498

Text Example


Text Example

White with #245498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245498; }

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

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

background-color css

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

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

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

border-color css

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

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

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