#215B76

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

Shades of Orient #215B76

Tints of Orient #215B76

Color information

#215B76 (or 0x215B76) is unknown color: approx Orient. HEX triplet: 21, 5B and 76. RGB value is (33,91,118). Sum of RGB (Red+Green+Blue) = 33+91+118=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #215B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B76 is #DEA489. Grayscale: #4C4C4C. Windows color (decimal): -14591114 or 7756577. OLE color: 7756577.

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

Color convert

RGB3391118-
CMYK0.720.2300.54
HSL199.06º56.29%29.61%-
HSV(B)199.06º72.03%46.27%-
XYZ7.649.1118.5-
YUV76.74151.2896.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=13.64%
G=37.60%
B=48.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33911180.720.2300.54199.0656.2929.61
Hex215B764817036c7381e
Octal41133166110270663077036
Binary1000011011011111011010010001011101101101100011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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