#215870

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

Shades of Orient #215870

Tints of Orient #215870

Color information

#215870 (or 0x215870) is unknown color: approx Orient. HEX triplet: 21, 58 and 70. RGB value is (33,88,112). Sum of RGB (Red+Green+Blue) = 33+88+112=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #215870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215870 is #DEA78F. Grayscale: #4A4A4A. Windows color (decimal): -14591888 or 7362593. OLE color: 7362593.

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

Color convert

RGB3388112-
CMYK0.710.2100.56
HSL198.23º54.48%28.43%-
HSV(B)198.23º70.54%43.92%-
XYZ7.048.4716.59-
YUV74.29149.2898.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=14.16%
G=37.77%
B=48.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33881120.710.2100.56198.2354.4828.43
Hex2158704715038c6361c
Octal41130160107250703066634
Binary1000011011000111000010001111010101110001100011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215870; }

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

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

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

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

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

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

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

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