#226090

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

Shades of Endeavour #226090

Tints of Endeavour #226090

Color information

#226090 (or 0x226090) is unknown color: approx Endeavour. HEX triplet: 22, 60 and 90. RGB value is (34,96,144). Sum of RGB (Red+Green+Blue) = 34+96+144=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #226090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226090 is #DD9F6F. Grayscale: #525252. Windows color (decimal): -14524272 or 9461794. OLE color: 9461794.

HSL color Cylindrical-coordinate representation of color #226090: hue angle of 206.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #226090 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3496144-
CMYK0.760.3300.44
HSL206.18º61.8%34.9%-
HSV(B)206.18º76.39%56.47%-
XYZ9.8810.7227.93-
YUV82.93162.4693.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=12.41%
G=35.04%
B=52.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34961440.760.3300.44206.1861.834.9
Hex2260904C2102Cce3e23
Octal42140220114410543167643
Binary1000101100000100100001001100100001010110011001110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226090; }

 p { color: rgb(34,96,144); }

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

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

 a { background-color: rgb(34,96,144); }

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

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

 span { border-color: rgb(34,96,144); }

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