Shades of Bunting #233255
Tints of Bunting #233255
RGB
CMYK
RGB Variations
Color information
#233255 (or 0x233255) is known color: Bunting. HEX triplet: 23, 32 and 55. RGB value is (35,50,85). Sum of RGB (Red+Green+Blue) = 35+50+85=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #233255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233255 is #DCCDAA. Grayscale: #313131. Windows color (decimal): -14470571 or 5583395. OLE color: 5583395.
HSL color Cylindrical-coordinate representation of color #233255: hue angle of 222º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233255 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 50 | 85 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.67 |
| HSL | 222º | 0.42% | 0.24% | - |
| HSV(B) | 222º | 0.59% | 0.33% | - |
| XYZ | 3.47 | 3.29 | 9.05 | - |
| YUV | 49.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 85 | 0.59 | 0.41 | 0 | 0.67 | 222 | 0.42 | 0.24 |
| Hex | 23 | 32 | 55 | 3B | 29 | 0 | 43 | DE | 2A | 18 |
| Octal | 43 | 62 | 125 | 73 | 51 | 0 | 103 | 336 | 52 | 30 |
| Binary | 100011 | 110010 | 1010101 | 111011 | 101001 | 0 | 1000011 | 11011110 | 101010 | 11000 |
Color Harmonies of #233255
Complementary color
Monochromatic Colors of #233255
Black with #233255
Text Example
Text Example
White with #233255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233255; }
p { color: rgb(35,50,85); }
H1.HeaderClassName
{
color: #233255;
}
.AnyTagClassName
{
color: #233255;
}
</style>
background-color css
<style>
a { background-color: #233255; }
a { background-color: rgb(35,50,85); }
div.DivClassName
{
background-color: #233255;
}
.BgClassName
{
background-color: #233255;
}
</style>
border-color css
<style>
span { border-color: #233255; }
span { border-color: rgb(35,50,85); }
td.TdClassName
{
border-color: #233255;
}
.TagClassName
{
border-color: #233255;
}
</style>