#215370

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

Shades of Orient #215370

Tints of Orient #215370

Color information

#215370 (or 0x215370) is unknown color: approx Orient. HEX triplet: 21, 53 and 70. RGB value is (33,83,112). Sum of RGB (Red+Green+Blue) = 33+83+112=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #215370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215370 is #DEAC8F. Grayscale: #474747. Windows color (decimal): -14593168 or 7361313. OLE color: 7361313.

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

Color convert

RGB3383112-
CMYK0.710.2600.56
HSL202.03º54.48%28.43%-
HSV(B)202.03º70.54%43.92%-
XYZ6.657.6816.46-
YUV71.36150.94100.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=14.47%
G=36.40%
B=49.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33831120.710.2600.56202.0354.4828.43
Hex215370471A038ca361c
Octal41123160107320703126634
Binary1000011010011111000010001111101001110001100101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215370; }

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

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

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

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

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

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

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

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