#215F64

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

Shades of Blue Stone #215F64

Tints of Blue Stone #215F64

Color information

#215F64 (or 0x215F64) is unknown color: approx Blue Stone. HEX triplet: 21, 5F and 64. RGB value is (33,95,100). Sum of RGB (Red+Green+Blue) = 33+95+100=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #215F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F64 is #DEA09B. Grayscale: #4C4C4C. Windows color (decimal): -14590108 or 6577953. OLE color: 6577953.

HSL color Cylindrical-coordinate representation of color #215F64: hue angle of 184.48º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215F64 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3395100-
CMYK0.670.0500.61
HSL184.48º50.38%26.08%-
HSV(B)184.48º67%39.22%-
XYZ7.029.4313.51-
YUV77.03140.9696.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=14.47%
G=41.67%
B=43.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33951000.670.0500.61184.4850.3826.08
Hex215F6443503Db8321a
Octal4113714410350752706232
Binary10000110111111100100100001110101111011011100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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