Shades of Resolution Blue #27358B
Tints of Resolution Blue #27358B
RGB
CMYK
RGB Variations
Color information
#27358B (or 0x27358B) is known color: Resolution Blue. HEX triplet: 27, 35 and 8B. RGB value is (39,53,139). Sum of RGB (Red+Green+Blue) = 39+53+139=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #27358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27358B is #D8CA74. Grayscale: #3A3A3A. Windows color (decimal): -14207605 or 9123111. OLE color: 9123111.
HSL color Cylindrical-coordinate representation of color #27358B: hue angle of 231.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27358B is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 53 | 139 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.45 |
| HSL | 231.6º | 0.56% | 0.35% | - |
| HSV(B) | 231.6º | 0.72% | 0.55% | - |
| XYZ | 6.77 | 4.84 | 25 | - |
| YUV | 58.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 139 | 0.72 | 0.62 | 0 | 0.45 | 231.6 | 0.56 | 0.35 |
| Hex | 27 | 35 | 8B | 48 | 3E | 0 | 2D | E8 | 38 | 23 |
| Octal | 47 | 65 | 213 | 110 | 76 | 0 | 55 | 350 | 70 | 43 |
| Binary | 100111 | 110101 | 10001011 | 1001000 | 111110 | 0 | 101101 | 11101000 | 111000 | 100011 |
Color Harmonies of #27358B
Complementary color
Monochromatic Colors of #27358B
Black with #27358B
Text Example
Text Example
White with #27358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27358B; }
p { color: rgb(39,53,139); }
H1.HeaderClassName
{
color: #27358B;
}
.AnyTagClassName
{
color: #27358B;
}
</style>
background-color css
<style>
a { background-color: #27358B; }
a { background-color: rgb(39,53,139); }
div.DivClassName
{
background-color: #27358B;
}
.BgClassName
{
background-color: #27358B;
}
</style>
border-color css
<style>
span { border-color: #27358B; }
span { border-color: rgb(39,53,139); }
td.TdClassName
{
border-color: #27358B;
}
.TagClassName
{
border-color: #27358B;
}
</style>