#216074

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

Shades of Orient #216074

Tints of Orient #216074

Color information

#216074 (or 0x216074) is unknown color: approx Orient. HEX triplet: 21, 60 and 74. RGB value is (33,96,116). Sum of RGB (Red+Green+Blue) = 33+96+116=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #216074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216074 is #DE9F8B. Grayscale: #4F4F4F. Windows color (decimal): -14589836 or 7626785. OLE color: 7626785.

HSL color Cylindrical-coordinate representation of color #216074: hue angle of 194.46º 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 #216074 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3396116-
CMYK0.720.1700.55
HSL194.46º55.7%29.22%-
HSV(B)194.46º71.55%45.49%-
XYZ7.969.9518.02-
YUV79.44148.6394.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=13.47%
G=39.18%
B=47.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33961160.720.1700.55194.4655.729.22
Hex2160744811037c2381d
Octal41140164110210673027035
Binary1000011100000111010010010001000101101111100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216074; }

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

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

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

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

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

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

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

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