#215E6F

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

Shades of Orient #215E6F

Tints of Orient #215E6F

Color information

#215E6F (or 0x215E6F) is unknown color: approx Orient. HEX triplet: 21, 5E and 6F. RGB value is (33,94,111). Sum of RGB (Red+Green+Blue) = 33+94+111=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #215E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E6F is #DEA190. Grayscale: #4D4D4D. Windows color (decimal): -14590353 or 7298593. OLE color: 7298593.

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

Color convert

RGB3394111-
CMYK0.700.1500.56
HSL193.08º54.17%28.24%-
HSV(B)193.08º70.27%43.53%-
XYZ7.59.4816.47-
YUV77.7146.7996.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=13.87%
G=39.50%
B=46.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33941110.700.1500.56193.0854.1728.24
Hex215E6F46F038c1361c
Octal41136157106170703016634
Binary100001101111011011111000110111101110001100000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,94,111); }

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

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

 a { background-color: rgb(33,94,111); }

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

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

 span { border-color: rgb(33,94,111); }

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