#216075

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

Shades of Orient #216075

Tints of Orient #216075

Color information

#216075 (or 0x216075) is unknown color: approx Orient. HEX triplet: 21, 60 and 75. RGB value is (33,96,117). Sum of RGB (Red+Green+Blue) = 33+96+117=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #216075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216075 is #DE9F8A. Grayscale: #4F4F4F. Windows color (decimal): -14589835 or 7692321. OLE color: 7692321.

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

Color convert

RGB3396117-
CMYK0.720.1800.54
HSL195º56%29.41%-
HSV(B)195º71.79%45.88%-
XYZ8.029.9718.33-
YUV79.56149.1394.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=13.41%
G=39.02%
B=47.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33961170.720.1800.541955629.41
Hex2160754812036c3381d
Octal41140165110220663037035
Binary1000011100000111010110010001001001101101100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216075; }

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

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

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

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

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

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

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

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