#21596E

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

Shades of Orient #21596E

Tints of Orient #21596E

Color information

#21596E (or 0x21596E) is unknown color: approx Orient. HEX triplet: 21, 59 and 6E. RGB value is (33,89,110). Sum of RGB (Red+Green+Blue) = 33+89+110=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #21596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21596E is #DEA691. Grayscale: #4A4A4A. Windows color (decimal): -14591634 or 7231777. OLE color: 7231777.

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

Color convert

RGB3389110-
CMYK0.70.1900.57
HSL196.36º53.85%28.04%-
HSV(B)196.36º70%43.14%-
XYZ7.018.5916.04-
YUV74.65147.9598.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=14.22%
G=38.36%
B=47.41%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33891100.70.1900.57196.3653.8528.04
Hex21596E4613039c4361c
Octal41131156106230713046634
Binary1000011011001110111010001101001101110011100010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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