#215674

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

Shades of Orient #215674

Tints of Orient #215674

Color information

#215674 (or 0x215674) is unknown color: approx Orient. HEX triplet: 21, 56 and 74. RGB value is (33,86,116). Sum of RGB (Red+Green+Blue) = 33+86+116=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #215674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215674 is #DEA98B. Grayscale: #494949. Windows color (decimal): -14592396 or 7624225. OLE color: 7624225.

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

Color convert

RGB3386116-
CMYK0.720.2600.55
HSL201.69º55.7%29.22%-
HSV(B)201.69º71.55%45.49%-
XYZ7.118.2417.74-
YUV73.57151.9499.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=14.04%
G=36.60%
B=49.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33861160.720.2600.55201.6955.729.22
Hex215674481A037ca381d
Octal41126164110320673127035
Binary1000011010110111010010010001101001101111100101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215674; }

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

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

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

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

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

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

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

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