#21606d

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

Shades of Orient #21606D

Tints of Orient #21606D

Color information

#21606D (or 0x21606D) is unknown color: approx Orient. HEX triplet: 21, 60 and 6D. RGB value is (33,96,109). Sum of RGB (Red+Green+Blue) = 33+96+109=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #21606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21606D is #DE9F92. Grayscale: #4E4E4E. Windows color (decimal): -14589843 or 7168033. OLE color: 7168033.

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

Color convert

RGB3396109-
CMYK0.700.1200.57
HSL190.26º53.52%27.84%-
HSV(B)190.26º69.72%42.75%-
XYZ7.579.7915.96-
YUV78.64145.1395.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=13.87%
G=40.34%
B=45.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33961090.700.1200.57190.2653.5227.84
Hex21606D46C039be361c
Octal41140155106140712766634
Binary100001110000011011011000110110001110011011111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21606d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21606d; }

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

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

<style>
 a { background-color: #21606d; }

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

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

<style>
 span { border-color: #21606d; }

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

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