Shades of Bunting #232D4A
Tints of Bunting #232D4A
RGB
CMYK
RGB Variations
Color information
#232D4A (or 0x232D4A) is known color: Bunting. HEX triplet: 23, 2D and 4A. RGB value is (35,45,74). Sum of RGB (Red+Green+Blue) = 35+45+74=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #232D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D4A is #DCD2B5. Grayscale: #2D2D2D. Windows color (decimal): -14471862 or 4861219. OLE color: 4861219.
HSL color Cylindrical-coordinate representation of color #232D4A: hue angle of 224.62º 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 #232D4A is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 45 | 74 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.71 |
| HSL | 224.62º | 0.36% | 0.21% | - |
| HSV(B) | 224.62º | 0.53% | 0.29% | - |
| XYZ | 2.87 | 2.73 | 6.85 | - |
| YUV | 45.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 74 | 0.53 | 0.39 | 0 | 0.71 | 224.62 | 0.36 | 0.21 |
| Hex | 23 | 2D | 4A | 35 | 27 | 0 | 47 | E1 | 24 | 15 |
| Octal | 43 | 55 | 112 | 65 | 47 | 0 | 107 | 341 | 44 | 25 |
| Binary | 100011 | 101101 | 1001010 | 110101 | 100111 | 0 | 1000111 | 11100001 | 100100 | 10101 |
Color Harmonies of #232D4A
Complementary color
Monochromatic Colors of #232D4A
Black with #232D4A
Text Example
Text Example
White with #232D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D4A; }
p { color: rgb(35,45,74); }
H1.HeaderClassName
{
color: #232D4A;
}
.AnyTagClassName
{
color: #232D4A;
}
</style>
background-color css
<style>
a { background-color: #232D4A; }
a { background-color: rgb(35,45,74); }
div.DivClassName
{
background-color: #232D4A;
}
.BgClassName
{
background-color: #232D4A;
}
</style>
border-color css
<style>
span { border-color: #232D4A; }
span { border-color: rgb(35,45,74); }
td.TdClassName
{
border-color: #232D4A;
}
.TagClassName
{
border-color: #232D4A;
}
</style>