Html Css Color HEX #245D98 Endeavour

📋 copy color: '#245D98'

red 36 ◦ green 93 ◦ blue 152

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

Shades of Endeavour #245D98

Tints of Endeavour #245D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 12.81%
G = 33.1%
B = 54.09%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245D98 (or 0x245D98) is known color: Endeavour. HEX triplet: 24, 5D and 98. RGB value is (36,93,152). Sum of RGB (Red+Green+Blue) = 36+93+152=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #245D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D98 is #DBA267. Grayscale: #525252. Windows color (decimal): -14393960 or 9985316. OLE color: 9985316.

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

Color convert

RGB 36 93 152 -
CMYK 0.76 0.39 0 0.40
HSL 210.52º 0.62% 0.37% -
HSV(B) 210.52º 0.76% 0.6% -
XYZ 10.31 10.47 31.18 -
YUV 82.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 36 93 152 0.76 0.39 0 0.40 210.52 0.62 0.37
Hex 24 5D 98 4C 27 0 28 D3 3E 25
Octal 44 135 230 114 47 0 50 323 76 45
Binary 100100 1011101 10011000 1001100 100111 0 101000 11010011 111110 100101

Color Harmonies of #245D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D98

Black with #245D98

Text Example


Text Example

White with #245D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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