#216174

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

Shades of Orient #216174

Tints of Orient #216174

Color information

#216174 (or 0x216174) is unknown color: approx Orient. HEX triplet: 21, 61 and 74. RGB value is (33,97,116). Sum of RGB (Red+Green+Blue) = 33+97+116=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #216174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216174 is #DE9E8B. Grayscale: #4F4F4F. Windows color (decimal): -14589580 or 7627041. OLE color: 7627041.

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

Color convert

RGB3397116-
CMYK0.720.1600.55
HSL193.73º55.7%29.22%-
HSV(B)193.73º71.55%45.49%-
XYZ8.0510.1318.05-
YUV80.03148.394.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=13.41%
G=39.43%
B=47.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33971160.720.1600.55193.7355.729.22
Hex2161744810037c2381d
Octal41141164110200673027035
Binary1000011100001111010010010001000001101111100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216174; }

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

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

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

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

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

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

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

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