#21576D

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

Shades of Orient #21576D

Tints of Orient #21576D

Color information

#21576D (or 0x21576D) is unknown color: approx Orient. HEX triplet: 21, 57 and 6D. RGB value is (33,87,109). Sum of RGB (Red+Green+Blue) = 33+87+109=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #21576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21576D is #DEA892. Grayscale: #494949. Windows color (decimal): -14592147 or 7165729. OLE color: 7165729.

HSL color Cylindrical-coordinate representation of color #21576D: hue angle of 197.37º 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 #21576D is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3387109-
CMYK0.700.2000.57
HSL197.37º53.52%27.84%-
HSV(B)197.37º69.72%42.75%-
XYZ6.88.2415.7-
YUV73.36148.1199.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=14.41%
G=37.99%
B=47.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33871090.700.2000.57197.3753.5227.84
Hex21576D4614039c5361c
Octal41127155106240713056634
Binary1000011010111110110110001101010001110011100010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21576D; }

 p { color: rgb(33,87,109); }

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

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

 a { background-color: rgb(33,87,109); }

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

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

 span { border-color: rgb(33,87,109); }

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