Shades of Resolution Blue #233488
Tints of Resolution Blue #233488
RGB
CMYK
RGB Variations
Color information
#233488 (or 0x233488) is known color: Resolution Blue. HEX triplet: 23, 34 and 88. RGB value is (35,52,136). Sum of RGB (Red+Green+Blue) = 35+52+136=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #233488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233488 is #DCCB77. Grayscale: #383838. Windows color (decimal): -14470008 or 8926243. OLE color: 8926243.
HSL color Cylindrical-coordinate representation of color #233488: hue angle of 229.9º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233488 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 52 | 136 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.47 |
| HSL | 229.9º | 0.59% | 0.34% | - |
| HSV(B) | 229.9º | 0.74% | 0.53% | - |
| XYZ | 6.37 | 4.59 | 23.84 | - |
| YUV | 56.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 136 | 0.74 | 0.62 | 0 | 0.47 | 229.9 | 0.59 | 0.34 |
| Hex | 23 | 34 | 88 | 4A | 3E | 0 | 2F | E6 | 3B | 22 |
| Octal | 43 | 64 | 210 | 112 | 76 | 0 | 57 | 346 | 73 | 42 |
| Binary | 100011 | 110100 | 10001000 | 1001010 | 111110 | 0 | 101111 | 11100110 | 111011 | 100010 |
Color Harmonies of #233488
Complementary color
Monochromatic Colors of #233488
Black with #233488
Text Example
Text Example
White with #233488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233488; }
p { color: rgb(35,52,136); }
H1.HeaderClassName
{
color: #233488;
}
.AnyTagClassName
{
color: #233488;
}
</style>
background-color css
<style>
a { background-color: #233488; }
a { background-color: rgb(35,52,136); }
div.DivClassName
{
background-color: #233488;
}
.BgClassName
{
background-color: #233488;
}
</style>
border-color css
<style>
span { border-color: #233488; }
span { border-color: rgb(35,52,136); }
td.TdClassName
{
border-color: #233488;
}
.TagClassName
{
border-color: #233488;
}
</style>