Html Css Color HEX #245895 Endeavour

📋 copy color: '#245895'

red 36 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #245895

Tints of Endeavour #245895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 13.19%
G = 32.23%
B = 54.58%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245895 (or 0x245895) is known color: Endeavour. HEX triplet: 24, 58 and 95. RGB value is (36,88,149). Sum of RGB (Red+Green+Blue) = 36+88+149=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #245895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245895 is #DBA76A. Grayscale: #4F4F4F. Windows color (decimal): -14395243 or 9787428. OLE color: 9787428.

HSL color Cylindrical-coordinate representation of color #245895: hue angle of 212.39º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245895 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 88 149 -
CMYK 0.76 0.41 0 0.42
HSL 212.39º 0.61% 0.36% -
HSV(B) 212.39º 0.76% 0.58% -
XYZ 9.64 9.52 29.76 -
YUV 79.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 36 88 149 0.76 0.41 0 0.42 212.39 0.61 0.36
Hex 24 58 95 4C 29 0 2A D4 3D 24
Octal 44 130 225 114 51 0 52 324 75 44
Binary 100100 1011000 10010101 1001100 101001 0 101010 11010100 111101 100100

Color Harmonies of #245895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245895

Black with #245895

Text Example


Text Example

White with #245895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245895; }

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

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

background-color css

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

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

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

border-color css

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

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

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