Shades of Denim #255CAA
Tints of Denim #255CAA
RGB
CMYK
RGB Variations
Color information
#255CAA (or 0x255CAA) is known color: Denim. HEX triplet: 25, 5C and AA. RGB value is (37,92,170). Sum of RGB (Red+Green+Blue) = 37+92+170=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #255CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CAA is #DAA355. Grayscale: #545454. Windows color (decimal): -14328662 or 11164709. OLE color: 11164709.
HSL color Cylindrical-coordinate representation of color #255CAA: hue angle of 215.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255CAA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 92 | 170 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.33 |
| HSL | 215.19º | 0.64% | 0.41% | - |
| HSV(B) | 215.19º | 0.78% | 0.67% | - |
| XYZ | 11.85 | 10.95 | 39.52 | - |
| YUV | 84.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 170 | 0.78 | 0.46 | 0 | 0.33 | 215.19 | 0.64 | 0.41 |
| Hex | 25 | 5C | AA | 4E | 2E | 0 | 21 | D7 | 40 | 29 |
| Octal | 45 | 134 | 252 | 116 | 56 | 0 | 41 | 327 | 100 | 51 |
| Binary | 100101 | 1011100 | 10101010 | 1001110 | 101110 | 0 | 100001 | 11010111 | 1000000 | 101001 |
Color Harmonies of #255CAA
Complementary color
Monochromatic Colors of #255CAA
Black with #255CAA
Text Example
Text Example
White with #255CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CAA; }
p { color: rgb(37,92,170); }
H1.HeaderClassName
{
color: #255CAA;
}
.AnyTagClassName
{
color: #255CAA;
}
</style>
background-color css
<style>
a { background-color: #255CAA; }
a { background-color: rgb(37,92,170); }
div.DivClassName
{
background-color: #255CAA;
}
.BgClassName
{
background-color: #255CAA;
}
</style>
border-color css
<style>
span { border-color: #255CAA; }
span { border-color: rgb(37,92,170); }
td.TdClassName
{
border-color: #255CAA;
}
.TagClassName
{
border-color: #255CAA;
}
</style>