Html Css Color HEX #245897 Endeavour

📋 copy color: '#245897'

red 36 ◦ green 88 ◦ blue 151

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

Shades of Endeavour #245897

Tints of Endeavour #245897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 13.09%
G = 32%
B = 54.91%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#245897 (or 0x245897) is known color: Endeavour. HEX triplet: 24, 58 and 97. RGB value is (36,88,151). Sum of RGB (Red+Green+Blue) = 36+88+151=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #245897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245897 is #DBA768. Grayscale: #4F4F4F. Windows color (decimal): -14395241 or 9918500. OLE color: 9918500.

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

Color convert

RGB 36 88 151 -
CMYK 0.76 0.42 0 0.41
HSL 212.87º 0.61% 0.37% -
HSV(B) 212.87º 0.76% 0.59% -
XYZ 9.8 9.59 30.61 -
YUV 79.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 36 88 151 0.76 0.42 0 0.41 212.87 0.61 0.37
Hex 24 58 97 4C 2A 0 29 D5 3D 25
Octal 44 130 227 114 52 0 51 325 75 45
Binary 100100 1011000 10010111 1001100 101010 0 101001 11010101 111101 100101

Color Harmonies of #245897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245897

Black with #245897

Text Example


Text Example

White with #245897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245897; }

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

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

background-color css

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

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

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

border-color css

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

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

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