#215D6E

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

Shades of Orient #215D6E

Tints of Orient #215D6E

Color information

#215D6E (or 0x215D6E) is unknown color: approx Orient. HEX triplet: 21, 5D and 6E. RGB value is (33,93,110). Sum of RGB (Red+Green+Blue) = 33+93+110=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #215D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D6E is #DEA291. Grayscale: #4C4C4C. Windows color (decimal): -14590610 or 7232801. OLE color: 7232801.

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

Color convert

RGB3393110-
CMYK0.70.1500.57
HSL193.25º53.85%28.04%-
HSV(B)193.25º70%43.14%-
XYZ7.369.2816.15-
YUV77146.6296.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=13.98%
G=39.41%
B=46.61%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33931100.70.1500.57193.2553.8528.04
Hex215D6E46F039c1361c
Octal41135156106170713016634
Binary100001101110111011101000110111101110011100000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,93,110); }

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

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

 a { background-color: rgb(33,93,110); }

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

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

 span { border-color: rgb(33,93,110); }

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