Shades of Bunting #232F4A
Tints of Bunting #232F4A
RGB
CMYK
RGB Variations
Color information
#232F4A (or 0x232F4A) is known color: Bunting. HEX triplet: 23, 2F and 4A. RGB value is (35,47,74). Sum of RGB (Red+Green+Blue) = 35+47+74=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #232F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F4A is #DCD0B5. Grayscale: #2E2E2E. Windows color (decimal): -14471350 or 4861731. OLE color: 4861731.
HSL color Cylindrical-coordinate representation of color #232F4A: hue angle of 221.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232F4A is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 47 | 74 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.71 |
| HSL | 221.54º | 0.36% | 0.21% | - |
| HSV(B) | 221.54º | 0.53% | 0.29% | - |
| XYZ | 2.95 | 2.88 | 6.88 | - |
| YUV | 46.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 74 | 0.53 | 0.36 | 0 | 0.71 | 221.54 | 0.36 | 0.21 |
| Hex | 23 | 2F | 4A | 35 | 24 | 0 | 47 | DE | 24 | 15 |
| Octal | 43 | 57 | 112 | 65 | 44 | 0 | 107 | 336 | 44 | 25 |
| Binary | 100011 | 101111 | 1001010 | 110101 | 100100 | 0 | 1000111 | 11011110 | 100100 | 10101 |
Color Harmonies of #232F4A
Complementary color
Monochromatic Colors of #232F4A
Black with #232F4A
Text Example
Text Example
White with #232F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F4A; }
p { color: rgb(35,47,74); }
H1.HeaderClassName
{
color: #232F4A;
}
.AnyTagClassName
{
color: #232F4A;
}
</style>
background-color css
<style>
a { background-color: #232F4A; }
a { background-color: rgb(35,47,74); }
div.DivClassName
{
background-color: #232F4A;
}
.BgClassName
{
background-color: #232F4A;
}
</style>
border-color css
<style>
span { border-color: #232F4A; }
span { border-color: rgb(35,47,74); }
td.TdClassName
{
border-color: #232F4A;
}
.TagClassName
{
border-color: #232F4A;
}
</style>