#226193

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

Shades of Endeavour #226193

Tints of Endeavour #226193

Color information

#226193 (or 0x226193) is unknown color: approx Endeavour. HEX triplet: 22, 61 and 93. RGB value is (34,97,147). Sum of RGB (Red+Green+Blue) = 34+97+147=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #226193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226193 is #DD9E6C. Grayscale: #535353. Windows color (decimal): -14524013 or 9658658. OLE color: 9658658.

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

Color convert

RGB3497147-
CMYK0.770.3400.42
HSL206.55º62.43%35.49%-
HSV(B)206.55º76.87%57.65%-
XYZ10.21129.19-
YUV83.86163.6392.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.23%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=12.23%
G=34.89%
B=52.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34971470.770.3400.42206.5562.4335.49
Hex2261934D2202Acf3e23
Octal42141223115420523177643
Binary1000101100001100100111001101100010010101011001111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226193; }

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

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

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

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

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

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

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

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