Shades of Resolution Blue #233485
Tints of Resolution Blue #233485
RGB
CMYK
RGB Variations
Color information
#233485 (or 0x233485) is known color: Resolution Blue. HEX triplet: 23, 34 and 85. RGB value is (35,52,133). Sum of RGB (Red+Green+Blue) = 35+52+133=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #233485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233485 is #DCCB7A. Grayscale: #373737. Windows color (decimal): -14470011 or 8729635. OLE color: 8729635.
HSL color Cylindrical-coordinate representation of color #233485: hue angle of 229.59º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233485 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 52 | 133 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.48 |
| HSL | 229.59º | 0.58% | 0.33% | - |
| HSV(B) | 229.59º | 0.74% | 0.52% | - |
| XYZ | 6.15 | 4.51 | 22.74 | - |
| YUV | 56.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 133 | 0.74 | 0.61 | 0 | 0.48 | 229.59 | 0.58 | 0.33 |
| Hex | 23 | 34 | 85 | 4A | 3D | 0 | 30 | E6 | 3A | 21 |
| Octal | 43 | 64 | 205 | 112 | 75 | 0 | 60 | 346 | 72 | 41 |
| Binary | 100011 | 110100 | 10000101 | 1001010 | 111101 | 0 | 110000 | 11100110 | 111010 | 100001 |
Color Harmonies of #233485
Complementary color
Monochromatic Colors of #233485
Black with #233485
Text Example
Text Example
White with #233485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233485; }
p { color: rgb(35,52,133); }
H1.HeaderClassName
{
color: #233485;
}
.AnyTagClassName
{
color: #233485;
}
</style>
background-color css
<style>
a { background-color: #233485; }
a { background-color: rgb(35,52,133); }
div.DivClassName
{
background-color: #233485;
}
.BgClassName
{
background-color: #233485;
}
</style>
border-color css
<style>
span { border-color: #233485; }
span { border-color: rgb(35,52,133); }
td.TdClassName
{
border-color: #233485;
}
.TagClassName
{
border-color: #233485;
}
</style>