Shades of Resolution Blue #1C347A
Tints of Resolution Blue #1C347A
RGB
CMYK
RGB Variations
Color information
#1C347A (or 0x1C347A) is known color: Resolution Blue. HEX triplet: 1C, 34 and 7A. RGB value is (28,52,122). Sum of RGB (Red+Green+Blue) = 28+52+122=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C347A is #E3CB85. Grayscale: #343434. Windows color (decimal): -14928774 or 8008732. OLE color: 8008732.
HSL color Cylindrical-coordinate representation of color #1C347A: hue angle of 224.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C347A is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 52 | 122 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.52 |
| HSL | 224.68º | 0.63% | 0.29% | - |
| HSV(B) | 224.68º | 0.77% | 0.48% | - |
| XYZ | 5.22 | 4.11 | 18.93 | - |
| YUV | 52.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 122 | 0.77 | 0.57 | 0 | 0.52 | 224.68 | 0.63 | 0.29 |
| Hex | 1C | 34 | 7A | 4D | 39 | 0 | 34 | E1 | 3F | 1D |
| Octal | 34 | 64 | 172 | 115 | 71 | 0 | 64 | 341 | 77 | 35 |
| Binary | 11100 | 110100 | 1111010 | 1001101 | 111001 | 0 | 110100 | 11100001 | 111111 | 11101 |
Color Harmonies of #1C347A
Complementary color
Monochromatic Colors of #1C347A
Black with #1C347A
Text Example
Text Example
White with #1C347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C347A; }
p { color: rgb(28,52,122); }
H1.HeaderClassName
{
color: #1C347A;
}
.AnyTagClassName
{
color: #1C347A;
}
</style>
background-color css
<style>
a { background-color: #1C347A; }
a { background-color: rgb(28,52,122); }
div.DivClassName
{
background-color: #1C347A;
}
.BgClassName
{
background-color: #1C347A;
}
</style>
border-color css
<style>
span { border-color: #1C347A; }
span { border-color: rgb(28,52,122); }
td.TdClassName
{
border-color: #1C347A;
}
.TagClassName
{
border-color: #1C347A;
}
</style>