Shades of Resolution Blue #25338F
Tints of Resolution Blue #25338F
RGB
CMYK
RGB Variations
Color information
#25338F (or 0x25338F) is known color: Resolution Blue. HEX triplet: 25, 33 and 8F. RGB value is (37,51,143). Sum of RGB (Red+Green+Blue) = 37+51+143=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #25338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25338F is #DACC70. Grayscale: #383838. Windows color (decimal): -14339185 or 9384741. OLE color: 9384741.
HSL color Cylindrical-coordinate representation of color #25338F: hue angle of 232.08º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25338F is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 51 | 143 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.44 |
| HSL | 232.08º | 0.59% | 0.35% | - |
| HSV(B) | 232.08º | 0.74% | 0.56% | - |
| XYZ | 6.9 | 4.74 | 26.54 | - |
| YUV | 57.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 143 | 0.74 | 0.64 | 0 | 0.44 | 232.08 | 0.59 | 0.35 |
| Hex | 25 | 33 | 8F | 4A | 40 | 0 | 2C | E8 | 3B | 23 |
| Octal | 45 | 63 | 217 | 112 | 100 | 0 | 54 | 350 | 73 | 43 |
| Binary | 100101 | 110011 | 10001111 | 1001010 | 1000000 | 0 | 101100 | 11101000 | 111011 | 100011 |
Color Harmonies of #25338F
Complementary color
Monochromatic Colors of #25338F
Black with #25338F
Text Example
Text Example
White with #25338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25338F; }
p { color: rgb(37,51,143); }
H1.HeaderClassName
{
color: #25338F;
}
.AnyTagClassName
{
color: #25338F;
}
</style>
background-color css
<style>
a { background-color: #25338F; }
a { background-color: rgb(37,51,143); }
div.DivClassName
{
background-color: #25338F;
}
.BgClassName
{
background-color: #25338F;
}
</style>
border-color css
<style>
span { border-color: #25338F; }
span { border-color: rgb(37,51,143); }
td.TdClassName
{
border-color: #25338F;
}
.TagClassName
{
border-color: #25338F;
}
</style>