Shades of Bunting #232F52
Tints of Bunting #232F52
RGB
CMYK
RGB Variations
Color information
#232F52 (or 0x232F52) is known color: Bunting. HEX triplet: 23, 2F and 52. RGB value is (35,47,82). Sum of RGB (Red+Green+Blue) = 35+47+82=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #232F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F52 is #DCD0AD. Grayscale: #2F2F2F. Windows color (decimal): -14471342 or 5386019. OLE color: 5386019.
HSL color Cylindrical-coordinate representation of color #232F52: hue angle of 224.68º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232F52 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 47 | 82 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.68 |
| HSL | 224.68º | 0.4% | 0.23% | - |
| HSV(B) | 224.68º | 0.57% | 0.32% | - |
| XYZ | 3.23 | 3 | 8.39 | - |
| YUV | 47.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 82 | 0.57 | 0.43 | 0 | 0.68 | 224.68 | 0.4 | 0.23 |
| Hex | 23 | 2F | 52 | 39 | 2B | 0 | 44 | E1 | 28 | 17 |
| Octal | 43 | 57 | 122 | 71 | 53 | 0 | 104 | 341 | 50 | 27 |
| Binary | 100011 | 101111 | 1010010 | 111001 | 101011 | 0 | 1000100 | 11100001 | 101000 | 10111 |
Color Harmonies of #232F52
Complementary color
Monochromatic Colors of #232F52
Black with #232F52
Text Example
Text Example
White with #232F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F52; }
p { color: rgb(35,47,82); }
H1.HeaderClassName
{
color: #232F52;
}
.AnyTagClassName
{
color: #232F52;
}
</style>
background-color css
<style>
a { background-color: #232F52; }
a { background-color: rgb(35,47,82); }
div.DivClassName
{
background-color: #232F52;
}
.BgClassName
{
background-color: #232F52;
}
</style>
border-color css
<style>
span { border-color: #232F52; }
span { border-color: rgb(35,47,82); }
td.TdClassName
{
border-color: #232F52;
}
.TagClassName
{
border-color: #232F52;
}
</style>