#215170

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

Shades of Orient #215170

Tints of Orient #215170

Color information

#215170 (or 0x215170) is unknown color: approx Orient. HEX triplet: 21, 51 and 70. RGB value is (33,81,112). Sum of RGB (Red+Green+Blue) = 33+81+112=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #215170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215170 is #DEAE8F. Grayscale: #464646. Windows color (decimal): -14593680 or 7360801. OLE color: 7360801.

HSL color Cylindrical-coordinate representation of color #215170: hue angle of 203.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215170 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3381112-
CMYK0.710.2800.56
HSL203.54º54.48%28.43%-
HSV(B)203.54º70.54%43.92%-
XYZ6.497.3816.41-
YUV70.18151.6101.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=14.60%
G=35.84%
B=49.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33811120.710.2800.56203.5454.4828.43
Hex215170471C038cc361c
Octal41121160107340703146634
Binary1000011010001111000010001111110001110001100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215170; }

 p { color: rgb(33,81,112); }

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

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

 a { background-color: rgb(33,81,112); }

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

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

 span { border-color: rgb(33,81,112); }

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