#215C6C

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

Shades of Orient #215C6C

Tints of Orient #215C6C

Color information

#215C6C (or 0x215C6C) is unknown color: approx Orient. HEX triplet: 21, 5C and 6C. RGB value is (33,92,108). Sum of RGB (Red+Green+Blue) = 33+92+108=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #215C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6C is #DEA393. Grayscale: #4C4C4C. Windows color (decimal): -14590868 or 7101473. OLE color: 7101473.

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

Color convert

RGB3392108-
CMYK0.690.1500.58
HSL192.8º53.19%27.65%-
HSV(B)192.8º69.44%42.35%-
XYZ7.169.0615.56-
YUV76.18145.9597.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=14.16%
G=39.48%
B=46.35%

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
Decimal33921080.690.1500.58192.853.1927.65
Hex215C6C45F03Ac1351c
Octal41134154105170723016534
Binary100001101110011011001000101111101110101100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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