Shades of Denim #275FB0
Tints of Denim #275FB0
RGB
CMYK
RGB Variations
Color information
#275FB0 (or 0x275FB0) is known color: Denim. HEX triplet: 27, 5F and B0. RGB value is (39,95,176). Sum of RGB (Red+Green+Blue) = 39+95+176=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #275FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FB0 is #D8A04F. Grayscale: #575757. Windows color (decimal): -14196816 or 11558695. OLE color: 11558695.
HSL color Cylindrical-coordinate representation of color #275FB0: hue angle of 215.47º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275FB0 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 95 | 176 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.31 |
| HSL | 215.47º | 0.64% | 0.42% | - |
| HSV(B) | 215.47º | 0.78% | 0.69% | - |
| XYZ | 12.77 | 11.75 | 42.67 | - |
| YUV | 87.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 176 | 0.78 | 0.46 | 0 | 0.31 | 215.47 | 0.64 | 0.42 |
| Hex | 27 | 5F | B0 | 4E | 2E | 0 | 1F | D7 | 40 | 2A |
| Octal | 47 | 137 | 260 | 116 | 56 | 0 | 37 | 327 | 100 | 52 |
| Binary | 100111 | 1011111 | 10110000 | 1001110 | 101110 | 0 | 11111 | 11010111 | 1000000 | 101010 |
Color Harmonies of #275FB0
Complementary color
Monochromatic Colors of #275FB0
Black with #275FB0
Text Example
Text Example
White with #275FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FB0; }
p { color: rgb(39,95,176); }
H1.HeaderClassName
{
color: #275FB0;
}
.AnyTagClassName
{
color: #275FB0;
}
</style>
background-color css
<style>
a { background-color: #275FB0; }
a { background-color: rgb(39,95,176); }
div.DivClassName
{
background-color: #275FB0;
}
.BgClassName
{
background-color: #275FB0;
}
</style>
border-color css
<style>
span { border-color: #275FB0; }
span { border-color: rgb(39,95,176); }
td.TdClassName
{
border-color: #275FB0;
}
.TagClassName
{
border-color: #275FB0;
}
</style>