#226595

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

Shades of Endeavour #226595

Tints of Endeavour #226595

Color information

#226595 (or 0x226595) is unknown color: approx Endeavour. HEX triplet: 22, 65 and 95. RGB value is (34,101,149). Sum of RGB (Red+Green+Blue) = 34+101+149=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #226595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226595 is #DD9A6A. Grayscale: #565656. Windows color (decimal): -14522987 or 9790754. OLE color: 9790754.

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

Color convert

RGB34101149-
CMYK0.770.3200.42
HSL205.04º62.84%35.88%-
HSV(B)205.04º77.18%58.43%-
XYZ10.7411.8230.15-
YUV86.44163.390.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=11.97%
G=35.56%
B=52.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341011490.770.3200.42205.0462.8435.88
Hex2265954D2002Acd3f24
Octal42145225115400523157744
Binary1000101100101100101011001101100000010101011001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226595; }

 p { color: rgb(34,101,149); }

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

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

 a { background-color: rgb(34,101,149); }

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

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

 span { border-color: rgb(34,101,149); }

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