Shades of Blumine #265C67
Tints of Blumine #265C67
RGB
CMYK
RGB Variations
Color information
#265C67 (or 0x265C67) is known color: Blumine. HEX triplet: 26, 5C and 67. RGB value is (38,92,103). Sum of RGB (Red+Green+Blue) = 38+92+103=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #265C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C67 is #D9A398. Grayscale: #4D4D4D. Windows color (decimal): -14263193 or 6773798. OLE color: 6773798.
HSL color Cylindrical-coordinate representation of color #265C67: hue angle of 190.15º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265C67 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 92 | 103 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.60 |
| HSL | 190.15º | 0.46% | 0.28% | - |
| HSV(B) | 190.15º | 0.63% | 0.4% | - |
| XYZ | 7.07 | 9.05 | 14.21 | - |
| YUV | 77.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 103 | 0.63 | 0.11 | 0 | 0.60 | 190.15 | 0.46 | 0.28 |
| Hex | 26 | 5C | 67 | 3F | B | 0 | 3C | BE | 2E | 1C |
| Octal | 46 | 134 | 147 | 77 | 13 | 0 | 74 | 276 | 56 | 34 |
| Binary | 100110 | 1011100 | 1100111 | 111111 | 1011 | 0 | 111100 | 10111110 | 101110 | 11100 |
Color Harmonies of #265C67
Complementary color
Monochromatic Colors of #265C67
Black with #265C67
Text Example
Text Example
White with #265C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C67; }
p { color: rgb(38,92,103); }
H1.HeaderClassName
{
color: #265C67;
}
.AnyTagClassName
{
color: #265C67;
}
</style>
background-color css
<style>
a { background-color: #265C67; }
a { background-color: rgb(38,92,103); }
div.DivClassName
{
background-color: #265C67;
}
.BgClassName
{
background-color: #265C67;
}
</style>
border-color css
<style>
span { border-color: #265C67; }
span { border-color: rgb(38,92,103); }
td.TdClassName
{
border-color: #265C67;
}
.TagClassName
{
border-color: #265C67;
}
</style>