#215B6B

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

Shades of Orient #215B6B

Tints of Orient #215B6B

Color information

#215B6B (or 0x215B6B) is unknown color: approx Orient. HEX triplet: 21, 5B and 6B. RGB value is (33,91,107). Sum of RGB (Red+Green+Blue) = 33+91+107=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #215B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B6B is #DEA494. Grayscale: #4B4B4B. Windows color (decimal): -14591125 or 7035681. OLE color: 7035681.

HSL color Cylindrical-coordinate representation of color #215B6B: hue angle of 192.97º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215B6B is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3391107-
CMYK0.690.1500.58
HSL192.97º52.86%27.45%-
HSV(B)192.97º69.16%41.96%-
XYZ7.028.8715.25-
YUV75.48145.7897.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=14.29%
G=39.39%
B=46.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33911070.690.1500.58192.9752.8627.45
Hex215B6B45F03Ac1351b
Octal41133153105170723016533
Binary100001101101111010111000101111101110101100000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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