#215E65

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

Shades of Blue Stone #215E65

Tints of Blue Stone #215E65

Color information

#215E65 (or 0x215E65) is unknown color: approx Blue Stone. HEX triplet: 21, 5E and 65. RGB value is (33,94,101). Sum of RGB (Red+Green+Blue) = 33+94+101=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #215E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E65 is #DEA19A. Grayscale: #4C4C4C. Windows color (decimal): -14590363 or 6643233. OLE color: 6643233.

HSL color Cylindrical-coordinate representation of color #215E65: hue angle of 186.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215E65 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3394101-
CMYK0.670.0700.60
HSL186.18º50.75%26.27%-
HSV(B)186.18º67.33%39.61%-
XYZ6.989.2713.73-
YUV76.56141.7996.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=14.47%
G=41.23%
B=44.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33941010.670.0700.60186.1850.7526.27
Hex215E6543703Cba331a
Octal4113614510370742726332
Binary10000110111101100101100001111101111001011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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