#215C6B

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

Shades of Orient #215C6B

Tints of Orient #215C6B

Color information

#215C6B (or 0x215C6B) is unknown color: approx Orient. HEX triplet: 21, 5C and 6B. RGB value is (33,92,107). Sum of RGB (Red+Green+Blue) = 33+92+107=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #215C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6B is #DEA394. Grayscale: #4B4B4B. Windows color (decimal): -14590869 or 7035937. OLE color: 7035937.

HSL color Cylindrical-coordinate representation of color #215C6B: hue angle of 192.16º 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 #215C6B is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3392107-
CMYK0.690.1400.58
HSL192.16º52.86%27.45%-
HSV(B)192.16º69.16%41.96%-
XYZ7.119.0415.28-
YUV76.07145.4597.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=14.22%
G=39.66%
B=46.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33921070.690.1400.58192.1652.8627.45
Hex215C6B45E03Ac0351b
Octal41134153105160723006533
Binary100001101110011010111000101111001110101100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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