#22596E

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

Shades of Orient #22596E

Tints of Orient #22596E

Color information

#22596E (or 0x22596E) is unknown color: approx Orient. HEX triplet: 22, 59 and 6E. RGB value is (34,89,110). Sum of RGB (Red+Green+Blue) = 34+89+110=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #22596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22596E is #DDA691. Grayscale: #4A4A4A. Windows color (decimal): -14526098 or 7231778. OLE color: 7231778.

HSL color Cylindrical-coordinate representation of color #22596E: hue angle of 196.58º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22596E is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3489110-
CMYK0.690.1900.57
HSL196.58º52.78%28.24%-
HSV(B)196.58º69.09%43.14%-
XYZ7.058.6116.04-
YUV74.95147.7898.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=14.59%
G=38.20%
B=47.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34891100.690.1900.57196.5852.7828.24
Hex22596E4513039c5351c
Octal42131156105230713056534
Binary1000101011001110111010001011001101110011100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22596E; }

 p { color: rgb(34,89,110); }

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

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

 a { background-color: rgb(34,89,110); }

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

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

 span { border-color: rgb(34,89,110); }

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