Shades of Blue Stone #275D5D
Tints of Blue Stone #275D5D
RGB
CMYK
RGB Variations
Color information
#275D5D (or 0x275D5D) is known color: Blue Stone. HEX triplet: 27, 5D and 5D. RGB value is (39,93,93). Sum of RGB (Red+Green+Blue) = 39+93+93=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #275D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D5D is #D8A2A2. Grayscale: #4C4C4C. Windows color (decimal): -14197411 or 6118695. OLE color: 6118695.
HSL color Cylindrical-coordinate representation of color #275D5D: hue angle of 180º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D5D is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 39 | 93 | 93 | - |
CMYK | 0.58 | 0 | 0 | 0.64 |
HSL | 180º | 0.41% | 0.26% | - |
HSV(B) | 180º | 0.58% | 0.36% | - |
XYZ | 6.73 | 9.05 | 11.75 | - |
YUV | 76.85 | 137.11 | 101 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 39 | 93 | 93 | 0.58 | 0 | 0 | 0.64 | 180 | 0.41 | 0.26 |
Hex | 27 | 5D | 5D | 3A | 0 | 0 | 40 | B4 | 29 | 1A |
Octal | 47 | 135 | 135 | 72 | 0 | 0 | 100 | 264 | 51 | 32 |
Binary | 100111 | 1011101 | 1011101 | 111010 | 0 | 0 | 1000000 | 10110100 | 101001 | 11010 |
Color Harmonies of #275D5D
Complementary color
Monochromatic Colors of #275D5D
Black with #275D5D
Text Example
Text Example
White with #275D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D5D; }
p { color: rgb(39,93,93); }
H1.HeaderClassName
{
color: #275D5D;
}
.AnyTagClassName
{
color: #275D5D;
}
</style>
background-color css
<style>
a { background-color: #275D5D; }
a { background-color: rgb(39,93,93); }
div.DivClassName
{
background-color: #275D5D;
}
.BgClassName
{
background-color: #275D5D;
}
</style>
border-color css
<style>
span { border-color: #275D5D; }
span { border-color: rgb(39,93,93); }
td.TdClassName
{
border-color: #275D5D;
}
.TagClassName
{
border-color: #275D5D;
}
</style>