#22596F

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

Shades of Orient #22596F

Tints of Orient #22596F

Color information

#22596F (or 0x22596F) is unknown color: approx Orient. HEX triplet: 22, 59 and 6F. RGB value is (34,89,111). Sum of RGB (Red+Green+Blue) = 34+89+111=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #22596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22596F is #DDA690. Grayscale: #4A4A4A. Windows color (decimal): -14526097 or 7297314. OLE color: 7297314.

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

Color convert

RGB3489111-
CMYK0.690.2000.56
HSL197.14º53.1%28.43%-
HSV(B)197.14º69.37%43.53%-
XYZ7.18.6316.33-
YUV75.06148.2898.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=14.53%
G=38.03%
B=47.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34891110.690.2000.56197.1453.128.43
Hex22596F4514038c5351c
Octal42131157105240703056534
Binary1000101011001110111110001011010001110001100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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