#215C76

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

Shades of Orient #215C76

Tints of Orient #215C76

Color information

#215C76 (or 0x215C76) is unknown color: approx Orient. HEX triplet: 21, 5C and 76. RGB value is (33,92,118). Sum of RGB (Red+Green+Blue) = 33+92+118=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #215C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C76 is #DEA389. Grayscale: #4D4D4D. Windows color (decimal): -14590858 or 7756833. OLE color: 7756833.

HSL color Cylindrical-coordinate representation of color #215C76: hue angle of 198.35º 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 #215C76 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3392118-
CMYK0.720.2200.54
HSL198.35º56.29%29.61%-
HSV(B)198.35º72.03%46.27%-
XYZ7.729.2918.52-
YUV77.32150.9596.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=13.58%
G=37.86%
B=48.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33921180.720.2200.54198.3556.2929.61
Hex215C764816036c6381e
Octal41134166110260663067036
Binary1000011011100111011010010001011001101101100011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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