#215F6D

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

Shades of Orient #215F6D

Tints of Orient #215F6D

Color information

#215F6D (or 0x215F6D) is unknown color: approx Orient. HEX triplet: 21, 5F and 6D. RGB value is (33,95,109). Sum of RGB (Red+Green+Blue) = 33+95+109=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #215F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F6D is #DEA092. Grayscale: #4D4D4D. Windows color (decimal): -14590099 or 7167777. OLE color: 7167777.

HSL color Cylindrical-coordinate representation of color #215F6D: hue angle of 191.05º 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 #215F6D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3395109-
CMYK0.700.1300.57
HSL191.05º53.52%27.84%-
HSV(B)191.05º69.72%42.75%-
XYZ7.489.6115.93-
YUV78.06145.4695.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=13.92%
G=40.08%
B=45.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33951090.700.1300.57191.0553.5227.84
Hex215F6D46D039bf361c
Octal41137155106150712776634
Binary100001101111111011011000110110101110011011111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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