#21617C

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

Shades of Orient #21617C

Tints of Orient #21617C

Color information

#21617C (or 0x21617C) is unknown color: approx Orient. HEX triplet: 21, 61 and 7C. RGB value is (33,97,124). Sum of RGB (Red+Green+Blue) = 33+97+124=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #21617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21617C is #DE9E83. Grayscale: #505050. Windows color (decimal): -14589572 or 8151329. OLE color: 8151329.

HSL color Cylindrical-coordinate representation of color #21617C: hue angle of 197.8º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21617C is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3397124-
CMYK0.730.2200.51
HSL197.8º57.96%30.78%-
HSV(B)197.8º73.39%48.63%-
XYZ8.5410.3320.61-
YUV80.94152.393.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=12.99%
G=38.19%
B=48.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33971240.730.2200.51197.857.9630.78
Hex21617C4916033c63a1f
Octal41141174111260633067237
Binary1000011100001111110010010011011001100111100011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21617C; }

 p { color: rgb(33,97,124); }

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

<style>
 a { background-color: #21617C; }

 a { background-color: rgb(33,97,124); }

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

<style>
 span { border-color: #21617C; }

 span { border-color: rgb(33,97,124); }

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