#215E5F

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

Shades of Blue Stone #215E5F

Tints of Blue Stone #215E5F

Color information

#215E5F (or 0x215E5F) is unknown color: approx Blue Stone. HEX triplet: 21, 5E and 5F. RGB value is (33,94,95). Sum of RGB (Red+Green+Blue) = 33+94+95=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #215E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E5F is #DEA1A0. Grayscale: #4B4B4B. Windows color (decimal): -14590369 or 6250017. OLE color: 6250017.

HSL color Cylindrical-coordinate representation of color #215E5F: hue angle of 180.97º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E5F is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB339495-
CMYK0.650.0100.63
HSL180.97º48.44%25.1%-
HSV(B)180.97º65.26%37.25%-
XYZ6.79.1512.24-
YUV75.88138.7997.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=14.86%
G=42.34%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394950.650.0100.63180.9748.4425.1
Hex215E5F41103Fb53019
Octal4113613710110772656031
Binary100001101111010111111000001101111111011010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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