Shades of Blue Stone #265E62
Tints of Blue Stone #265E62
RGB
CMYK
RGB Variations
Color information
#265E62 (or 0x265E62) is known color: Blue Stone. HEX triplet: 26, 5E and 62. RGB value is (38,94,98). Sum of RGB (Red+Green+Blue) = 38+94+98=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #265E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E62 is #D9A19D. Grayscale: #4D4D4D. Windows color (decimal): -14262686 or 6446630. OLE color: 6446630.
HSL color Cylindrical-coordinate representation of color #265E62: hue angle of 184º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265E62 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 94 | 98 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.62 |
| HSL | 184º | 0.44% | 0.27% | - |
| HSV(B) | 184º | 0.61% | 0.38% | - |
| XYZ | 7.01 | 9.3 | 12.98 | - |
| YUV | 77.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 98 | 0.61 | 0.04 | 0 | 0.62 | 184 | 0.44 | 0.27 |
| Hex | 26 | 5E | 62 | 3D | 4 | 0 | 3E | B8 | 2C | 1B |
| Octal | 46 | 136 | 142 | 75 | 4 | 0 | 76 | 270 | 54 | 33 |
| Binary | 100110 | 1011110 | 1100010 | 111101 | 100 | 0 | 111110 | 10111000 | 101100 | 11011 |
Color Harmonies of #265E62
Complementary color
Monochromatic Colors of #265E62
Black with #265E62
Text Example
Text Example
White with #265E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E62; }
p { color: rgb(38,94,98); }
H1.HeaderClassName
{
color: #265E62;
}
.AnyTagClassName
{
color: #265E62;
}
</style>
background-color css
<style>
a { background-color: #265E62; }
a { background-color: rgb(38,94,98); }
div.DivClassName
{
background-color: #265E62;
}
.BgClassName
{
background-color: #265E62;
}
</style>
border-color css
<style>
span { border-color: #265E62; }
span { border-color: rgb(38,94,98); }
td.TdClassName
{
border-color: #265E62;
}
.TagClassName
{
border-color: #265E62;
}
</style>