#226594

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

Shades of Endeavour #226594

Tints of Endeavour #226594

Color information

#226594 (or 0x226594) is unknown color: approx Endeavour. HEX triplet: 22, 65 and 94. RGB value is (34,101,148). Sum of RGB (Red+Green+Blue) = 34+101+148=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #226594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226594 is #DD9A6B. Grayscale: #565656. Windows color (decimal): -14522988 or 9725218. OLE color: 9725218.

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

Color convert

RGB34101148-
CMYK0.770.3200.42
HSL204.74º62.64%35.69%-
HSV(B)204.74º77.03%58.04%-
XYZ10.6611.7929.73-
YUV86.32162.890.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=12.01%
G=35.69%
B=52.30%

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
Decimal341011480.770.3200.42204.7462.6435.69
Hex2265944D2002Acd3f24
Octal42145224115400523157744
Binary1000101100101100101001001101100000010101011001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226594; }

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

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

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

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

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

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

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

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