Html Css Color HEX #245189 Endeavour

📋 copy color: '#245189'

red 36 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #245189

Tints of Endeavour #245189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 14.17%
G = 31.89%
B = 53.94%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#245189 (or 0x245189) is known color: Endeavour. HEX triplet: 24, 51 and 89. RGB value is (36,81,137). Sum of RGB (Red+Green+Blue) = 36+81+137=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #245189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245189 is #DBAE76. Grayscale: #494949. Windows color (decimal): -14397047 or 8999204. OLE color: 8999204.

HSL color Cylindrical-coordinate representation of color #245189: hue angle of 213.27º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245189 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 81 137 -
CMYK 0.74 0.41 0 0.46
HSL 213.27º 0.58% 0.34% -
HSV(B) 213.27º 0.74% 0.54% -
XYZ 8.19 8.07 24.79 -
YUV 73.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 36 81 137 0.74 0.41 0 0.46 213.27 0.58 0.34
Hex 24 51 89 4A 29 0 2E D5 3A 22
Octal 44 121 211 112 51 0 56 325 72 42
Binary 100100 1010001 10001001 1001010 101001 0 101110 11010101 111010 100010

Color Harmonies of #245189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245189

Black with #245189

Text Example


Text Example

White with #245189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245189; }

 p { color: rgb(36,81,137); }

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

background-color css

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

 a { background-color: rgb(36,81,137); }

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

border-color css

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

 span { border-color: rgb(36,81,137); }

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