#226592

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

Shades of Endeavour #226592

Tints of Endeavour #226592

Color information

#226592 (or 0x226592) is unknown color: approx Endeavour. HEX triplet: 22, 65 and 92. RGB value is (34,101,146). Sum of RGB (Red+Green+Blue) = 34+101+146=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #226592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226592 is #DD9A6D. Grayscale: #555555. Windows color (decimal): -14522990 or 9594146. OLE color: 9594146.

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

Color convert

RGB34101146-
CMYK0.770.3100.43
HSL204.11º62.22%35.29%-
HSV(B)204.11º76.71%57.25%-
XYZ10.511.7228.9-
YUV86.1161.890.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=12.10%
G=35.94%
B=51.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341011460.770.3100.43204.1162.2235.29
Hex2265924D1F02Bcc3e23
Octal42145222115370533147643
Binary100010110010110010010100110111111010101111001100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226592; }

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

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

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

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

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

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

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

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