Html Css Color HEX #245495 Endeavour

📋 copy color: '#245495'

red 36 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #245495

Tints of Endeavour #245495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 13.38%
G = 31.23%
B = 55.39%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245495 (or 0x245495) is known color: Endeavour. HEX triplet: 24, 54 and 95. RGB value is (36,84,149). Sum of RGB (Red+Green+Blue) = 36+84+149=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #245495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245495 is #DBAB6A. Grayscale: #4C4C4C. Windows color (decimal): -14396267 or 9786404. OLE color: 9786404.

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

Color convert

RGB 36 84 149 -
CMYK 0.76 0.44 0 0.42
HSL 214.51º 0.61% 0.36% -
HSV(B) 214.51º 0.76% 0.58% -
XYZ 9.32 8.89 29.66 -
YUV 77.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 36 84 149 0.76 0.44 0 0.42 214.51 0.61 0.36
Hex 24 54 95 4C 2C 0 2A D7 3D 24
Octal 44 124 225 114 54 0 52 327 75 44
Binary 100100 1010100 10010101 1001100 101100 0 101010 11010111 111101 100100

Color Harmonies of #245495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245495

Black with #245495

Text Example


Text Example

White with #245495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245495; }

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

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

background-color css

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

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

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

border-color css

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

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

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