Shades of Blumine #265C66
Tints of Blumine #265C66
RGB
CMYK
RGB Variations
Color information
#265C66 (or 0x265C66) is known color: Blumine. HEX triplet: 26, 5C and 66. RGB value is (38,92,102). Sum of RGB (Red+Green+Blue) = 38+92+102=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #265C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C66 is #D9A399. Grayscale: #4C4C4C. Windows color (decimal): -14263194 or 6708262. OLE color: 6708262.
HSL color Cylindrical-coordinate representation of color #265C66: hue angle of 189.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265C66 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 92 | 102 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.6 |
| HSL | 189.38º | 0.46% | 0.27% | - |
| HSV(B) | 189.38º | 0.63% | 0.4% | - |
| XYZ | 7.02 | 9.03 | 13.94 | - |
| YUV | 76.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 102 | 0.63 | 0.10 | 0 | 0.6 | 189.38 | 0.46 | 0.27 |
| Hex | 26 | 5C | 66 | 3F | A | 0 | 3C | BD | 2E | 1B |
| Octal | 46 | 134 | 146 | 77 | 12 | 0 | 74 | 275 | 56 | 33 |
| Binary | 100110 | 1011100 | 1100110 | 111111 | 1010 | 0 | 111100 | 10111101 | 101110 | 11011 |
Color Harmonies of #265C66
Complementary color
Monochromatic Colors of #265C66
Black with #265C66
Text Example
Text Example
White with #265C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C66; }
p { color: rgb(38,92,102); }
H1.HeaderClassName
{
color: #265C66;
}
.AnyTagClassName
{
color: #265C66;
}
</style>
background-color css
<style>
a { background-color: #265C66; }
a { background-color: rgb(38,92,102); }
div.DivClassName
{
background-color: #265C66;
}
.BgClassName
{
background-color: #265C66;
}
</style>
border-color css
<style>
span { border-color: #265C66; }
span { border-color: rgb(38,92,102); }
td.TdClassName
{
border-color: #265C66;
}
.TagClassName
{
border-color: #265C66;
}
</style>