Shades of Bunting #1C2F51
Tints of Bunting #1C2F51
RGB
CMYK
RGB Variations
Color information
#1C2F51 (or 0x1C2F51) is known color: Bunting. HEX triplet: 1C, 2F and 51. RGB value is (28,47,81). Sum of RGB (Red+Green+Blue) = 28+47+81=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F51 is #E3D0AE. Grayscale: #2D2D2D. Windows color (decimal): -14930095 or 5320476. OLE color: 5320476.
HSL color Cylindrical-coordinate representation of color #1C2F51: hue angle of 218.49º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2F51 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 47 | 81 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.68 |
| HSL | 218.49º | 0.49% | 0.21% | - |
| HSV(B) | 218.49º | 0.65% | 0.32% | - |
| XYZ | 2.98 | 2.87 | 8.18 | - |
| YUV | 45.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 81 | 0.65 | 0.42 | 0 | 0.68 | 218.49 | 0.49 | 0.21 |
| Hex | 1C | 2F | 51 | 41 | 2A | 0 | 44 | DA | 31 | 15 |
| Octal | 34 | 57 | 121 | 101 | 52 | 0 | 104 | 332 | 61 | 25 |
| Binary | 11100 | 101111 | 1010001 | 1000001 | 101010 | 0 | 1000100 | 11011010 | 110001 | 10101 |
Color Harmonies of #1C2F51
Complementary color
Monochromatic Colors of #1C2F51
Black with #1C2F51
Text Example
Text Example
White with #1C2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F51; }
p { color: rgb(28,47,81); }
H1.HeaderClassName
{
color: #1C2F51;
}
.AnyTagClassName
{
color: #1C2F51;
}
</style>
background-color css
<style>
a { background-color: #1C2F51; }
a { background-color: rgb(28,47,81); }
div.DivClassName
{
background-color: #1C2F51;
}
.BgClassName
{
background-color: #1C2F51;
}
</style>
border-color css
<style>
span { border-color: #1C2F51; }
span { border-color: rgb(28,47,81); }
td.TdClassName
{
border-color: #1C2F51;
}
.TagClassName
{
border-color: #1C2F51;
}
</style>