#215878

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

Shades of Orient #215878

Tints of Orient #215878

Color information

#215878 (or 0x215878) is unknown color: approx Orient. HEX triplet: 21, 58 and 78. RGB value is (33,88,120). Sum of RGB (Red+Green+Blue) = 33+88+120=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #215878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215878 is #DEA787. Grayscale: #4B4B4B. Windows color (decimal): -14591880 or 7886881. OLE color: 7886881.

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

Color convert

RGB3388120-
CMYK0.720.2700.53
HSL202.07º56.86%30%-
HSV(B)202.07º72.5%47.06%-
XYZ7.518.6619.04-
YUV75.2153.2897.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=13.69%
G=36.51%
B=49.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33881200.720.2700.53202.0756.8630
Hex215878481B035ca391e
Octal41130170110330653127136
Binary1000011011000111100010010001101101101011100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215878; }

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

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

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

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

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

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

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

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