Shades of Denim #225FBA
Tints of Denim #225FBA
RGB
CMYK
RGB Variations
Color information
#225FBA (or 0x225FBA) is known color: Denim. HEX triplet: 22, 5F and BA. RGB value is (34,95,186). Sum of RGB (Red+Green+Blue) = 34+95+186=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #225FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FBA is #DDA045. Grayscale: #565656. Windows color (decimal): -14524486 or 12214050. OLE color: 12214050.
HSL color Cylindrical-coordinate representation of color #225FBA: hue angle of 215.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225FBA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 95 | 186 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.27 |
| HSL | 215.92º | 0.69% | 0.43% | - |
| HSV(B) | 215.92º | 0.82% | 0.73% | - |
| XYZ | 13.61 | 12.07 | 48.07 | - |
| YUV | 87.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 186 | 0.82 | 0.49 | 0 | 0.27 | 215.92 | 0.69 | 0.43 |
| Hex | 22 | 5F | BA | 52 | 31 | 0 | 1B | D8 | 45 | 2B |
| Octal | 42 | 137 | 272 | 122 | 61 | 0 | 33 | 330 | 105 | 53 |
| Binary | 100010 | 1011111 | 10111010 | 1010010 | 110001 | 0 | 11011 | 11011000 | 1000101 | 101011 |
Color Harmonies of #225FBA
Complementary color
Monochromatic Colors of #225FBA
Black with #225FBA
Text Example
Text Example
White with #225FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225FBA; }
p { color: rgb(34,95,186); }
H1.HeaderClassName
{
color: #225FBA;
}
.AnyTagClassName
{
color: #225FBA;
}
</style>
background-color css
<style>
a { background-color: #225FBA; }
a { background-color: rgb(34,95,186); }
div.DivClassName
{
background-color: #225FBA;
}
.BgClassName
{
background-color: #225FBA;
}
</style>
border-color css
<style>
span { border-color: #225FBA; }
span { border-color: rgb(34,95,186); }
td.TdClassName
{
border-color: #225FBA;
}
.TagClassName
{
border-color: #225FBA;
}
</style>