#21566F

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

Shades of Orient #21566F

Tints of Orient #21566F

Color information

#21566F (or 0x21566F) is unknown color: approx Orient. HEX triplet: 21, 56 and 6F. RGB value is (33,86,111). Sum of RGB (Red+Green+Blue) = 33+86+111=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #21566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21566F is #DEA990. Grayscale: #484848. Windows color (decimal): -14592401 or 7296545. OLE color: 7296545.

HSL color Cylindrical-coordinate representation of color #21566F: hue angle of 199.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21566F is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3386111-
CMYK0.700.2300.56
HSL199.23º54.17%28.24%-
HSV(B)199.23º70.27%43.53%-
XYZ6.828.1316.25-
YUV73149.4499.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=14.35%
G=37.39%
B=48.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33861110.700.2300.56199.2354.1728.24
Hex21566F4617038c7361c
Octal41126157106270703076634
Binary1000011010110110111110001101011101110001100011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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