Shades of Denim #255FB4
Tints of Denim #255FB4
RGB
CMYK
RGB Variations
Color information
#255FB4 (or 0x255FB4) is known color: Denim. HEX triplet: 25, 5F and B4. RGB value is (37,95,180). Sum of RGB (Red+Green+Blue) = 37+95+180=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #255FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FB4 is #DAA04B. Grayscale: #565656. Windows color (decimal): -14327884 or 11820837. OLE color: 11820837.
HSL color Cylindrical-coordinate representation of color #255FB4: hue angle of 215.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255FB4 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 95 | 180 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.29 |
| HSL | 215.66º | 0.66% | 0.43% | - |
| HSV(B) | 215.66º | 0.79% | 0.71% | - |
| XYZ | 13.09 | 11.87 | 44.78 | - |
| YUV | 87.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 180 | 0.79 | 0.47 | 0 | 0.29 | 215.66 | 0.66 | 0.43 |
| Hex | 25 | 5F | B4 | 4F | 2F | 0 | 1D | D8 | 42 | 2B |
| Octal | 45 | 137 | 264 | 117 | 57 | 0 | 35 | 330 | 102 | 53 |
| Binary | 100101 | 1011111 | 10110100 | 1001111 | 101111 | 0 | 11101 | 11011000 | 1000010 | 101011 |
Color Harmonies of #255FB4
Complementary color
Monochromatic Colors of #255FB4
Black with #255FB4
Text Example
Text Example
White with #255FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FB4; }
p { color: rgb(37,95,180); }
H1.HeaderClassName
{
color: #255FB4;
}
.AnyTagClassName
{
color: #255FB4;
}
</style>
background-color css
<style>
a { background-color: #255FB4; }
a { background-color: rgb(37,95,180); }
div.DivClassName
{
background-color: #255FB4;
}
.BgClassName
{
background-color: #255FB4;
}
</style>
border-color css
<style>
span { border-color: #255FB4; }
span { border-color: rgb(37,95,180); }
td.TdClassName
{
border-color: #255FB4;
}
.TagClassName
{
border-color: #255FB4;
}
</style>