#215B7B

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

Shades of Orient #215B7B

Tints of Orient #215B7B

Color information

#215B7B (or 0x215B7B) is unknown color: approx Orient. HEX triplet: 21, 5B and 7B. RGB value is (33,91,123). Sum of RGB (Red+Green+Blue) = 33+91+123=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #215B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B7B is #DEA484. Grayscale: #4D4D4D. Windows color (decimal): -14591109 or 8084257. OLE color: 8084257.

HSL color Cylindrical-coordinate representation of color #215B7B: hue angle of 201.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215B7B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3391123-
CMYK0.730.2600.52
HSL201.33º57.69%30.59%-
HSV(B)201.33º73.17%48.24%-
XYZ7.949.2420.1-
YUV77.31153.7896.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=13.36%
G=36.84%
B=49.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33911230.730.2600.52201.3357.6930.59
Hex215B7B491A034c93a1f
Octal41133173111320643117237
Binary1000011011011111101110010011101001101001100100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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