#216073

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

Shades of Orient #216073

Tints of Orient #216073

Color information

#216073 (or 0x216073) is unknown color: approx Orient. HEX triplet: 21, 60 and 73. RGB value is (33,96,115). Sum of RGB (Red+Green+Blue) = 33+96+115=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #216073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216073 is #DE9F8C. Grayscale: #4F4F4F. Windows color (decimal): -14589837 or 7561249. OLE color: 7561249.

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

Color convert

RGB3396115-
CMYK0.710.1700.55
HSL193.9º55.41%29.02%-
HSV(B)193.9º71.3%45.1%-
XYZ7.99.9317.72-
YUV79.33148.1394.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=13.52%
G=39.34%
B=47.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33961150.710.1700.55193.955.4129.02
Hex2160734711037c2371d
Octal41140163107210673026735
Binary1000011100000111001110001111000101101111100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216073; }

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

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

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

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

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

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

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

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