#215C6D

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

Shades of Orient #215C6D

Tints of Orient #215C6D

Color information

#215C6D (or 0x215C6D) is unknown color: approx Orient. HEX triplet: 21, 5C and 6D. RGB value is (33,92,109). Sum of RGB (Red+Green+Blue) = 33+92+109=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #215C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6D is #DEA392. Grayscale: #4C4C4C. Windows color (decimal): -14590867 or 7167009. OLE color: 7167009.

HSL color Cylindrical-coordinate representation of color #215C6D: hue angle of 193.42º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215C6D is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3392109-
CMYK0.700.1600.57
HSL193.42º53.52%27.84%-
HSV(B)193.42º69.72%42.75%-
XYZ7.219.0815.84-
YUV76.3146.4597.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=14.10%
G=39.32%
B=46.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33921090.700.1600.57193.4253.5227.84
Hex215C6D4610039c1361c
Octal41134155106200713016634
Binary1000011011100110110110001101000001110011100000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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