#215C6E

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

Shades of Orient #215C6E

Tints of Orient #215C6E

Color information

#215C6E (or 0x215C6E) is unknown color: approx Orient. HEX triplet: 21, 5C and 6E. RGB value is (33,92,110). Sum of RGB (Red+Green+Blue) = 33+92+110=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #215C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6E is #DEA391. Grayscale: #4C4C4C. Windows color (decimal): -14590866 or 7232545. OLE color: 7232545.

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

Color convert

RGB3392110-
CMYK0.70.1600.57
HSL194.03º53.85%28.04%-
HSV(B)194.03º70%43.14%-
XYZ7.279.116.13-
YUV76.41146.9597.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=14.04%
G=39.15%
B=46.81%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33921100.70.1600.57194.0353.8528.04
Hex215C6E4610039c2361c
Octal41134156106200713026634
Binary1000011011100110111010001101000001110011100001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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