#21617A

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

Shades of Orient #21617A

Tints of Orient #21617A

Color information

#21617A (or 0x21617A) is unknown color: approx Orient. HEX triplet: 21, 61 and 7A. RGB value is (33,97,122). Sum of RGB (Red+Green+Blue) = 33+97+122=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #21617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21617A is #DE9E85. Grayscale: #505050. Windows color (decimal): -14589574 or 8020257. OLE color: 8020257.

HSL color Cylindrical-coordinate representation of color #21617A: hue angle of 196.85º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21617A is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3397122-
CMYK0.730.2000.52
HSL196.85º57.42%30.39%-
HSV(B)196.85º72.95%47.84%-
XYZ8.4110.2819.95-
YUV80.71151.393.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=13.10%
G=38.49%
B=48.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33971220.730.2000.52196.8557.4230.39
Hex21617A4914034c5391e
Octal41141172111240643057136
Binary1000011100001111101010010011010001101001100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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