#226192

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

Shades of Endeavour #226192

Tints of Endeavour #226192

Color information

#226192 (or 0x226192) is unknown color: approx Endeavour. HEX triplet: 22, 61 and 92. RGB value is (34,97,146). Sum of RGB (Red+Green+Blue) = 34+97+146=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #226192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226192 is #DD9E6D. Grayscale: #535353. Windows color (decimal): -14524014 or 9593122. OLE color: 9593122.

HSL color Cylindrical-coordinate representation of color #226192: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226192 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3497146-
CMYK0.770.3400.43
HSL206.25º62.22%35.29%-
HSV(B)206.25º76.71%57.25%-
XYZ10.1210.9628.78-
YUV83.75163.1392.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=12.27%
G=35.02%
B=52.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34971460.770.3400.43206.2562.2235.29
Hex2261924D2202Bce3e23
Octal42141222115420533167643
Binary1000101100001100100101001101100010010101111001110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226192; }

 p { color: rgb(34,97,146); }

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

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

 a { background-color: rgb(34,97,146); }

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

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

 span { border-color: rgb(34,97,146); }

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