#215677

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

Shades of Orient #215677

Tints of Orient #215677

Color information

#215677 (or 0x215677) is unknown color: approx Orient. HEX triplet: 21, 56 and 77. RGB value is (33,86,119). Sum of RGB (Red+Green+Blue) = 33+86+119=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #215677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215677 is #DEA988. Grayscale: #494949. Windows color (decimal): -14592393 or 7820833. OLE color: 7820833.

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

Color convert

RGB3386119-
CMYK0.720.2800.53
HSL203.02º56.58%29.8%-
HSV(B)203.02º72.27%46.67%-
XYZ7.288.3118.67-
YUV73.91153.4498.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 119 (46.88% from 255) = 50%
R=13.87%
G=36.13%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33861190.720.2800.53203.0256.5829.8
Hex215677481C035cb391e
Octal41126167110340653137136
Binary1000011010110111011110010001110001101011100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215677; }

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

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

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

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

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

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

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

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