#215C64

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

Shades of Blue Stone #215C64

Tints of Blue Stone #215C64

Color information

#215C64 (or 0x215C64) is unknown color: approx Blue Stone. HEX triplet: 21, 5C and 64. RGB value is (33,92,100). Sum of RGB (Red+Green+Blue) = 33+92+100=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #215C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C64 is #DEA39B. Grayscale: #4B4B4B. Windows color (decimal): -14590876 or 6577185. OLE color: 6577185.

HSL color Cylindrical-coordinate representation of color #215C64: hue angle of 187.16º 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 #215C64 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3392100-
CMYK0.670.0800.61
HSL187.16º50.38%26.08%-
HSV(B)187.16º67%39.22%-
XYZ6.758.913.42-
YUV75.27141.9597.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=14.67%
G=40.89%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33921000.670.0800.61187.1650.3826.08
Hex215C6443803Dbb321a
Octal41134144103100752736232
Binary100001101110011001001000011100001111011011101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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