#226597

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

Shades of Endeavour #226597

Tints of Endeavour #226597

Color information

#226597 (or 0x226597) is unknown color: approx Endeavour. HEX triplet: 22, 65 and 97. RGB value is (34,101,151). Sum of RGB (Red+Green+Blue) = 34+101+151=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #226597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226597 is #DD9A68. Grayscale: #565656. Windows color (decimal): -14522985 or 9921826. OLE color: 9921826.

HSL color Cylindrical-coordinate representation of color #226597: hue angle of 205.64º 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 #226597 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34101151-
CMYK0.770.3300.41
HSL205.64º63.24%36.27%-
HSV(B)205.64º77.48%59.22%-
XYZ10.911.8831-
YUV86.67164.390.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.89%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=11.89%
G=35.31%
B=52.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341011510.770.3300.41205.6463.2436.27
Hex2265974D21029ce3f24
Octal42145227115410513167744
Binary1000101100101100101111001101100001010100111001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226597; }

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

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

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

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

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

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

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

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