Shades of Blue Stone #265B5D
Tints of Blue Stone #265B5D
RGB
CMYK
RGB Variations
Color information
#265B5D (or 0x265B5D) is known color: Blue Stone. HEX triplet: 26, 5B and 5D. RGB value is (38,91,93). Sum of RGB (Red+Green+Blue) = 38+91+93=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #265B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B5D is #D9A4A2. Grayscale: #4B4B4B. Windows color (decimal): -14263459 or 6118182. OLE color: 6118182.
HSL color Cylindrical-coordinate representation of color #265B5D: hue angle of 182.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265B5D is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 93 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.64 |
| HSL | 182.18º | 0.42% | 0.26% | - |
| HSV(B) | 182.18º | 0.59% | 0.36% | - |
| XYZ | 6.52 | 8.68 | 11.69 | - |
| YUV | 75.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 93 | 0.59 | 0.02 | 0 | 0.64 | 182.18 | 0.42 | 0.26 |
| Hex | 26 | 5B | 5D | 3B | 2 | 0 | 40 | B6 | 2A | 1A |
| Octal | 46 | 133 | 135 | 73 | 2 | 0 | 100 | 266 | 52 | 32 |
| Binary | 100110 | 1011011 | 1011101 | 111011 | 10 | 0 | 1000000 | 10110110 | 101010 | 11010 |
Color Harmonies of #265B5D
Complementary color
Monochromatic Colors of #265B5D
Black with #265B5D
Text Example
Text Example
White with #265B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B5D; }
p { color: rgb(38,91,93); }
H1.HeaderClassName
{
color: #265B5D;
}
.AnyTagClassName
{
color: #265B5D;
}
</style>
background-color css
<style>
a { background-color: #265B5D; }
a { background-color: rgb(38,91,93); }
div.DivClassName
{
background-color: #265B5D;
}
.BgClassName
{
background-color: #265B5D;
}
</style>
border-color css
<style>
span { border-color: #265B5D; }
span { border-color: rgb(38,91,93); }
td.TdClassName
{
border-color: #265B5D;
}
.TagClassName
{
border-color: #265B5D;
}
</style>