#21617E

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

Shades of Orient #21617E

Tints of Orient #21617E

Color information

#21617E (or 0x21617E) is unknown color: approx Orient. HEX triplet: 21, 61 and 7E. RGB value is (33,97,126). Sum of RGB (Red+Green+Blue) = 33+97+126=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #21617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21617E is #DE9E81. Grayscale: #505050. Windows color (decimal): -14589570 or 8282401. OLE color: 8282401.

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

Color convert

RGB3397126-
CMYK0.740.2300.51
HSL198.71º58.49%31.18%-
HSV(B)198.71º73.81%49.41%-
XYZ8.6710.3821.29-
YUV81.17153.393.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=12.89%
G=37.89%
B=49.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33971260.740.2300.51198.7158.4931.18
Hex21617E4A17033c73a1f
Octal41141176112270633077237
Binary1000011100001111111010010101011101100111100011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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