#21556D

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

Shades of Orient #21556D

Tints of Orient #21556D

Color information

#21556D (or 0x21556D) is unknown color: approx Orient. HEX triplet: 21, 55 and 6D. RGB value is (33,85,109). Sum of RGB (Red+Green+Blue) = 33+85+109=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #21556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21556D is #DEAA92. Grayscale: #484848. Windows color (decimal): -14592659 or 7165217. OLE color: 7165217.

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

Color convert

RGB3385109-
CMYK0.700.2200.57
HSL198.95º53.52%27.84%-
HSV(B)198.95º69.72%42.75%-
XYZ6.647.9215.65-
YUV72.19148.77100.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=14.54%
G=37.44%
B=48.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33851090.700.2200.57198.9553.5227.84
Hex21556D4616039c7361c
Octal41125155106260713076634
Binary1000011010101110110110001101011001110011100011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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