#215578

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

Shades of Orient #215578

Tints of Orient #215578

Color information

#215578 (or 0x215578) is unknown color: approx Orient. HEX triplet: 21, 55 and 78. RGB value is (33,85,120). Sum of RGB (Red+Green+Blue) = 33+85+120=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #215578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215578 is #DEAA87. Grayscale: #494949. Windows color (decimal): -14592648 or 7886113. OLE color: 7886113.

HSL color Cylindrical-coordinate representation of color #215578: hue angle of 204.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215578 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3385120-
CMYK0.720.2900.53
HSL204.14º56.86%30%-
HSV(B)204.14º72.5%47.06%-
XYZ7.278.1818.96-
YUV73.44154.2799.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=13.87%
G=35.71%
B=50.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33851200.720.2900.53204.1456.8630
Hex215578481D035cc391e
Octal41125170110350653147136
Binary1000011010101111100010010001110101101011100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215578; }

 p { color: rgb(33,85,120); }

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

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

 a { background-color: rgb(33,85,120); }

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

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

 span { border-color: rgb(33,85,120); }

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