Html Css Color HEX #245E98 Endeavour

📋 copy color: '#245E98'

red 36 ◦ green 94 ◦ blue 152

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

Shades of Endeavour #245E98

Tints of Endeavour #245E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

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

R = 12.77%
G = 33.33%
B = 53.9%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245E98 (or 0x245E98) is known color: Endeavour. HEX triplet: 24, 5E and 98. RGB value is (36,94,152). Sum of RGB (Red+Green+Blue) = 36+94+152=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #245E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E98 is #DBA167. Grayscale: #525252. Windows color (decimal): -14393704 or 9985572. OLE color: 9985572.

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

Color convert

RGB 36 94 152 -
CMYK 0.76 0.38 0 0.40
HSL 210º 0.62% 0.37% -
HSV(B) 210º 0.76% 0.6% -
XYZ 10.4 10.65 31.21 -
YUV 83.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 36 94 152 0.76 0.38 0 0.40 210 0.62 0.37
Hex 24 5E 98 4C 26 0 28 D2 3E 25
Octal 44 136 230 114 46 0 50 322 76 45
Binary 100100 1011110 10011000 1001100 100110 0 101000 11010010 111110 100101

Color Harmonies of #245E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E98

Black with #245E98

Text Example


Text Example

White with #245E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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