#21606E

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

Shades of Orient #21606E

Tints of Orient #21606E

Color information

#21606E (or 0x21606E) is unknown color: approx Orient. HEX triplet: 21, 60 and 6E. RGB value is (33,96,110). Sum of RGB (Red+Green+Blue) = 33+96+110=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #21606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21606E is #DE9F91. Grayscale: #4E4E4E. Windows color (decimal): -14589842 or 7233569. OLE color: 7233569.

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

Color convert

RGB3396110-
CMYK0.70.1300.57
HSL190.91º53.85%28.04%-
HSV(B)190.91º70%43.14%-
XYZ7.629.8116.24-
YUV78.76145.6395.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=13.81%
G=40.17%
B=46.03%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33961100.70.1300.57190.9153.8528.04
Hex21606E46D039bf361c
Octal41140156106150712776634
Binary100001110000011011101000110110101110011011111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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