Shades of Resolution Blue #233D84
Tints of Resolution Blue #233D84
RGB
CMYK
RGB Variations
Color information
#233D84 (or 0x233D84) is known color: Resolution Blue. HEX triplet: 23, 3D and 84. RGB value is (35,61,132). Sum of RGB (Red+Green+Blue) = 35+61+132=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #233D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D84 is #DCC27B. Grayscale: #3D3D3D. Windows color (decimal): -14467708 or 8666403. OLE color: 8666403.
HSL color Cylindrical-coordinate representation of color #233D84: hue angle of 223.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233D84 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 61 | 132 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.48 |
| HSL | 223.92º | 0.58% | 0.33% | - |
| HSV(B) | 223.92º | 0.73% | 0.52% | - |
| XYZ | 6.53 | 5.36 | 22.52 | - |
| YUV | 61.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 132 | 0.73 | 0.54 | 0 | 0.48 | 223.92 | 0.58 | 0.33 |
| Hex | 23 | 3D | 84 | 49 | 36 | 0 | 30 | E0 | 3A | 21 |
| Octal | 43 | 75 | 204 | 111 | 66 | 0 | 60 | 340 | 72 | 41 |
| Binary | 100011 | 111101 | 10000100 | 1001001 | 110110 | 0 | 110000 | 11100000 | 111010 | 100001 |
Color Harmonies of #233D84
Complementary color
Monochromatic Colors of #233D84
Black with #233D84
Text Example
Text Example
White with #233D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D84; }
p { color: rgb(35,61,132); }
H1.HeaderClassName
{
color: #233D84;
}
.AnyTagClassName
{
color: #233D84;
}
</style>
background-color css
<style>
a { background-color: #233D84; }
a { background-color: rgb(35,61,132); }
div.DivClassName
{
background-color: #233D84;
}
.BgClassName
{
background-color: #233D84;
}
</style>
border-color css
<style>
span { border-color: #233D84; }
span { border-color: rgb(35,61,132); }
td.TdClassName
{
border-color: #233D84;
}
.TagClassName
{
border-color: #233D84;
}
</style>