Shades of Blue Stone #265E64
Tints of Blue Stone #265E64
RGB
CMYK
RGB Variations
Color information
#265E64 (or 0x265E64) is known color: Blue Stone. HEX triplet: 26, 5E and 64. RGB value is (38,94,100). Sum of RGB (Red+Green+Blue) = 38+94+100=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #265E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E64 is #D9A19B. Grayscale: #4D4D4D. Windows color (decimal): -14262684 or 6577702. OLE color: 6577702.
HSL color Cylindrical-coordinate representation of color #265E64: hue angle of 185.81º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265E64 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 94 | 100 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.61 |
| HSL | 185.81º | 0.45% | 0.27% | - |
| HSV(B) | 185.81º | 0.62% | 0.39% | - |
| XYZ | 7.1 | 9.34 | 13.48 | - |
| YUV | 77.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 100 | 0.62 | 0.06 | 0 | 0.61 | 185.81 | 0.45 | 0.27 |
| Hex | 26 | 5E | 64 | 3E | 6 | 0 | 3D | BA | 2D | 1B |
| Octal | 46 | 136 | 144 | 76 | 6 | 0 | 75 | 272 | 55 | 33 |
| Binary | 100110 | 1011110 | 1100100 | 111110 | 110 | 0 | 111101 | 10111010 | 101101 | 11011 |
Color Harmonies of #265E64
Complementary color
Monochromatic Colors of #265E64
Black with #265E64
Text Example
Text Example
White with #265E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E64; }
p { color: rgb(38,94,100); }
H1.HeaderClassName
{
color: #265E64;
}
.AnyTagClassName
{
color: #265E64;
}
</style>
background-color css
<style>
a { background-color: #265E64; }
a { background-color: rgb(38,94,100); }
div.DivClassName
{
background-color: #265E64;
}
.BgClassName
{
background-color: #265E64;
}
</style>
border-color css
<style>
span { border-color: #265E64; }
span { border-color: rgb(38,94,100); }
td.TdClassName
{
border-color: #265E64;
}
.TagClassName
{
border-color: #265E64;
}
</style>