#215D76

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

Shades of Orient #215D76

Tints of Orient #215D76

Color information

#215D76 (or 0x215D76) is unknown color: approx Orient. HEX triplet: 21, 5D and 76. RGB value is (33,93,118). Sum of RGB (Red+Green+Blue) = 33+93+118=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #215D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D76 is #DEA289. Grayscale: #4D4D4D. Windows color (decimal): -14590602 or 7757089. OLE color: 7757089.

HSL color Cylindrical-coordinate representation of color #215D76: hue angle of 197.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215D76 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3393118-
CMYK0.720.2100.54
HSL197.65º56.29%29.61%-
HSV(B)197.65º72.03%46.27%-
XYZ7.819.4618.55-
YUV77.91150.6295.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=13.52%
G=38.11%
B=48.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33931180.720.2100.54197.6556.2929.61
Hex215D764815036c6381e
Octal41135166110250663067036
Binary1000011011101111011010010001010101101101100011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D76; }

 p { color: rgb(33,93,118); }

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

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

 a { background-color: rgb(33,93,118); }

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

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

 span { border-color: rgb(33,93,118); }

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