#226197

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

Shades of Endeavour #226197

Tints of Endeavour #226197

Color information

#226197 (or 0x226197) is unknown color: approx Endeavour. HEX triplet: 22, 61 and 97. RGB value is (34,97,151). Sum of RGB (Red+Green+Blue) = 34+97+151=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #226197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226197 is #DD9E68. Grayscale: #545454. Windows color (decimal): -14524009 or 9920802. OLE color: 9920802.

HSL color Cylindrical-coordinate representation of color #226197: hue angle of 207.69º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226197 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3497151-
CMYK0.770.3600.41
HSL207.69º63.24%36.27%-
HSV(B)207.69º77.48%59.22%-
XYZ10.5211.1230.87-
YUV84.32165.6392.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=12.06%
G=34.40%
B=53.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34971510.770.3600.41207.6963.2436.27
Hex2261974D24029d03f24
Octal42141227115440513207744
Binary1000101100001100101111001101100100010100111010000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226197; }

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

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

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

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

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

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

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

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