#215C62

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

Shades of Blue Stone #215C62

Tints of Blue Stone #215C62

Color information

#215C62 (or 0x215C62) is unknown color: approx Blue Stone. HEX triplet: 21, 5C and 62. RGB value is (33,92,98). Sum of RGB (Red+Green+Blue) = 33+92+98=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #215C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C62 is #DEA39D. Grayscale: #4A4A4A. Windows color (decimal): -14590878 or 6446113. OLE color: 6446113.

HSL color Cylindrical-coordinate representation of color #215C62: hue angle of 185.54º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215C62 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB339298-
CMYK0.660.0600.62
HSL185.54º49.62%25.69%-
HSV(B)185.54º66.33%38.43%-
XYZ6.668.8612.91-
YUV75.04140.9598.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=14.80%
G=41.26%
B=43.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3392980.660.0600.62185.5449.6225.69
Hex215C6242603Eba321a
Octal4113414210260762726232
Binary10000110111001100010100001011001111101011101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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