#21566D

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

Shades of Orient #21566D

Tints of Orient #21566D

Color information

#21566D (or 0x21566D) is unknown color: approx Orient. HEX triplet: 21, 56 and 6D. RGB value is (33,86,109). Sum of RGB (Red+Green+Blue) = 33+86+109=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #21566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21566D is #DEA992. Grayscale: #484848. Windows color (decimal): -14592403 or 7165473. OLE color: 7165473.

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

Color convert

RGB3386109-
CMYK0.700.2100.57
HSL198.16º53.52%27.84%-
HSV(B)198.16º69.72%42.75%-
XYZ6.728.0815.67-
YUV72.77148.4499.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=14.47%
G=37.72%
B=47.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33861090.700.2100.57198.1653.5227.84
Hex21566D4615039c6361c
Octal41126155106250713066634
Binary1000011010110110110110001101010101110011100011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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