#215877

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

Shades of Orient #215877

Tints of Orient #215877

Color information

#215877 (or 0x215877) is unknown color: approx Orient. HEX triplet: 21, 58 and 77. RGB value is (33,88,119). Sum of RGB (Red+Green+Blue) = 33+88+119=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #215877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215877 is #DEA788. Grayscale: #4A4A4A. Windows color (decimal): -14591881 or 7821345. OLE color: 7821345.

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

Color convert

RGB3388119-
CMYK0.720.2600.53
HSL201.63º56.58%29.8%-
HSV(B)201.63º72.27%46.67%-
XYZ7.458.6318.73-
YUV75.09152.7897.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=13.75%
G=36.67%
B=49.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33881190.720.2600.53201.6356.5829.8
Hex215877481A035ca391e
Octal41130167110320653127136
Binary1000011011000111011110010001101001101011100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215877; }

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

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

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

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

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

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

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

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