Html Css Color HEX #245E97 Endeavour

📋 copy color: '#245E97'

red 36 ◦ green 94 ◦ blue 151

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

Shades of Endeavour #245E97

Tints of Endeavour #245E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 12.81%
G = 33.45%
B = 53.74%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245E97 (or 0x245E97) is known color: Endeavour. HEX triplet: 24, 5E and 97. RGB value is (36,94,151). Sum of RGB (Red+Green+Blue) = 36+94+151=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #245E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E97 is #DBA168. Grayscale: #525252. Windows color (decimal): -14393705 or 9920036. OLE color: 9920036.

HSL color Cylindrical-coordinate representation of color #245E97: hue angle of 209.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245E97 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 94 151 -
CMYK 0.76 0.38 0 0.41
HSL 209.74º 0.61% 0.37% -
HSV(B) 209.74º 0.76% 0.59% -
XYZ 10.32 10.61 30.78 -
YUV 83.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 36 94 151 0.76 0.38 0 0.41 209.74 0.61 0.37
Hex 24 5E 97 4C 26 0 29 D2 3D 25
Octal 44 136 227 114 46 0 51 322 75 45
Binary 100100 1011110 10010111 1001100 100110 0 101001 11010010 111101 100101

Color Harmonies of #245E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E97

Black with #245E97

Text Example


Text Example

White with #245E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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