Shades of Denim #2575CA
Tints of Denim #2575CA
RGB
CMYK
RGB Variations
Color information
#2575CA (or 0x2575CA) is known color: Denim. HEX triplet: 25, 75 and CA. RGB value is (37,117,202). Sum of RGB (Red+Green+Blue) = 37+117+202=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2575CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575CA is #DA8A35. Grayscale: #666666. Windows color (decimal): -14322230 or 13268261. OLE color: 13268261.
HSL color Cylindrical-coordinate representation of color #2575CA: hue angle of 210.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2575CA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 117 | 202 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.21 |
| HSL | 210.91º | 0.69% | 0.47% | - |
| HSV(B) | 210.91º | 0.82% | 0.79% | - |
| XYZ | 17.78 | 17.38 | 58.29 | - |
| YUV | 102.77 | 184 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 202 | 0.82 | 0.42 | 0 | 0.21 | 210.91 | 0.69 | 0.47 |
| Hex | 25 | 75 | CA | 52 | 2A | 0 | 15 | D3 | 45 | 2F |
| Octal | 45 | 165 | 312 | 122 | 52 | 0 | 25 | 323 | 105 | 57 |
| Binary | 100101 | 1110101 | 11001010 | 1010010 | 101010 | 0 | 10101 | 11010011 | 1000101 | 101111 |
Color Harmonies of #2575CA
Complementary color
Monochromatic Colors of #2575CA
Black with #2575CA
Text Example
Text Example
White with #2575CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575CA; }
p { color: rgb(37,117,202); }
H1.HeaderClassName
{
color: #2575CA;
}
.AnyTagClassName
{
color: #2575CA;
}
</style>
background-color css
<style>
a { background-color: #2575CA; }
a { background-color: rgb(37,117,202); }
div.DivClassName
{
background-color: #2575CA;
}
.BgClassName
{
background-color: #2575CA;
}
</style>
border-color css
<style>
span { border-color: #2575CA; }
span { border-color: rgb(37,117,202); }
td.TdClassName
{
border-color: #2575CA;
}
.TagClassName
{
border-color: #2575CA;
}
</style>