Shades of Denim #255FBC
Tints of Denim #255FBC
RGB
CMYK
RGB Variations
Color information
#255FBC (or 0x255FBC) is known color: Denim. HEX triplet: 25, 5F and BC. RGB value is (37,95,188). Sum of RGB (Red+Green+Blue) = 37+95+188=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #255FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FBC is #DAA043. Grayscale: #575757. Windows color (decimal): -14327876 or 12345125. OLE color: 12345125.
HSL color Cylindrical-coordinate representation of color #255FBC: hue angle of 216.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255FBC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 95 | 188 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.26 |
| HSL | 216.95º | 0.67% | 0.44% | - |
| HSV(B) | 216.95º | 0.8% | 0.74% | - |
| XYZ | 13.93 | 12.21 | 49.2 | - |
| YUV | 88.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 188 | 0.80 | 0.49 | 0 | 0.26 | 216.95 | 0.67 | 0.44 |
| Hex | 25 | 5F | BC | 50 | 31 | 0 | 1A | D9 | 43 | 2C |
| Octal | 45 | 137 | 274 | 120 | 61 | 0 | 32 | 331 | 103 | 54 |
| Binary | 100101 | 1011111 | 10111100 | 1010000 | 110001 | 0 | 11010 | 11011001 | 1000011 | 101100 |
Color Harmonies of #255FBC
Complementary color
Monochromatic Colors of #255FBC
Black with #255FBC
Text Example
Text Example
White with #255FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FBC; }
p { color: rgb(37,95,188); }
H1.HeaderClassName
{
color: #255FBC;
}
.AnyTagClassName
{
color: #255FBC;
}
</style>
background-color css
<style>
a { background-color: #255FBC; }
a { background-color: rgb(37,95,188); }
div.DivClassName
{
background-color: #255FBC;
}
.BgClassName
{
background-color: #255FBC;
}
</style>
border-color css
<style>
span { border-color: #255FBC; }
span { border-color: rgb(37,95,188); }
td.TdClassName
{
border-color: #255FBC;
}
.TagClassName
{
border-color: #255FBC;
}
</style>