#215971

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

Shades of Orient #215971

Tints of Orient #215971

Color information

#215971 (or 0x215971) is unknown color: approx Orient. HEX triplet: 21, 59 and 71. RGB value is (33,89,113). Sum of RGB (Red+Green+Blue) = 33+89+113=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #215971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215971 is #DEA68E. Grayscale: #4A4A4A. Windows color (decimal): -14591631 or 7428385. OLE color: 7428385.

HSL color Cylindrical-coordinate representation of color #215971: hue angle of 198º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215971 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3389113-
CMYK0.710.2100.56
HSL198º54.79%28.63%-
HSV(B)198º70.8%44.31%-
XYZ7.188.6616.92-
YUV74.99149.4598.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=14.04%
G=37.87%
B=48.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33891130.710.2100.5619854.7928.63
Hex2159714715038c6371d
Octal41131161107250703066735
Binary1000011011001111000110001111010101110001100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215971; }

 p { color: rgb(33,89,113); }

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

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

 a { background-color: rgb(33,89,113); }

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

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

 span { border-color: rgb(33,89,113); }

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