#216076

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

Shades of Orient #216076

Tints of Orient #216076

Color information

#216076 (or 0x216076) is unknown color: approx Orient. HEX triplet: 21, 60 and 76. RGB value is (33,96,118). Sum of RGB (Red+Green+Blue) = 33+96+118=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #216076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216076 is #DE9F89. Grayscale: #4F4F4F. Windows color (decimal): -14589834 or 7757857. OLE color: 7757857.

HSL color Cylindrical-coordinate representation of color #216076: hue angle of 195.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216076 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3396118-
CMYK0.720.1900.54
HSL195.53º56.29%29.61%-
HSV(B)195.53º72.03%46.27%-
XYZ8.081018.64-
YUV79.67149.6394.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=13.36%
G=38.87%
B=47.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33961180.720.1900.54195.5356.2929.61
Hex2160764813036c4381e
Octal41140166110230663047036
Binary1000011100000111011010010001001101101101100010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216076; }

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

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

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

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

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

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

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

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