#215779

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

Shades of Orient #215779

Tints of Orient #215779

Color information

#215779 (or 0x215779) is unknown color: approx Orient. HEX triplet: 21, 57 and 79. RGB value is (33,87,121). Sum of RGB (Red+Green+Blue) = 33+87+121=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #215779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215779 is #DEA886. Grayscale: #4A4A4A. Windows color (decimal): -14592135 or 7952161. OLE color: 7952161.

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

Color convert

RGB3387121-
CMYK0.730.2800.53
HSL203.18º57.14%30.2%-
HSV(B)203.18º72.73%47.45%-
XYZ7.498.5219.34-
YUV74.73154.1198.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=13.69%
G=36.10%
B=50.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33871210.730.2800.53203.1857.1430.2
Hex215779491C035cb391e
Octal41127171111340653137136
Binary1000011010111111100110010011110001101011100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215779; }

 p { color: rgb(33,87,121); }

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

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

 a { background-color: rgb(33,87,121); }

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

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

 span { border-color: rgb(33,87,121); }

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