Html Css Color HEX #245686 Endeavour

📋 copy color: '#245686'

red 36 ◦ green 86 ◦ blue 134

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

Shades of Endeavour #245686

Tints of Endeavour #245686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 134 (52.73% from 255) = 52.34%

R = 14.06%
G = 33.59%
B = 52.34%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#245686 (or 0x245686) is known color: Endeavour. HEX triplet: 24, 56 and 86. RGB value is (36,86,134). Sum of RGB (Red+Green+Blue) = 36+86+134=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #245686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245686 is #DBA979. Grayscale: #4C4C4C. Windows color (decimal): -14395770 or 8803876. OLE color: 8803876.

HSL color Cylindrical-coordinate representation of color #245686: hue angle of 209.39º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245686 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 86 134 -
CMYK 0.73 0.36 0 0.47
HSL 209.39º 0.58% 0.33% -
HSV(B) 209.39º 0.73% 0.53% -
XYZ 8.36 8.75 23.8 -
YUV 76.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 36 86 134 0.73 0.36 0 0.47 209.39 0.58 0.33
Hex 24 56 86 49 24 0 2F D1 3A 21
Octal 44 126 206 111 44 0 57 321 72 41
Binary 100100 1010110 10000110 1001001 100100 0 101111 11010001 111010 100001

Color Harmonies of #245686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245686

Black with #245686

Text Example


Text Example

White with #245686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245686; }

 p { color: rgb(36,86,134); }

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

background-color css

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

 a { background-color: rgb(36,86,134); }

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

border-color css

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

 span { border-color: rgb(36,86,134); }

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