#225686

Color #225686 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #225686

Tints of Endeavour #225686

Color information

#225686 (or 0x225686) is unknown color: approx Endeavour. HEX triplet: 22, 56 and 86. RGB value is (34,86,134). Sum of RGB (Red+Green+Blue) = 34+86+134=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #225686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225686 is #DDA979. Grayscale: #4B4B4B. Windows color (decimal): -14526842 or 8803874. OLE color: 8803874.

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

Color convert

RGB3486134-
CMYK0.750.3600.47
HSL208.8º59.52%32.94%-
HSV(B)208.8º74.63%52.55%-
XYZ8.298.7223.8-
YUV75.92160.7798.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=13.39%
G=33.86%
B=52.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34861340.750.3600.47208.859.5232.94
Hex2256864B2402Fd13c21
Octal42126206113440573217441
Binary1000101010110100001101001011100100010111111010001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225686; }

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

 H1.HeaderClassName
 {
   color: #225686;
 }
 .AnyTagClassName
 {
   color: #225686;
 }
</style>
background-color css

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

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

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

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

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

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