Shades of Resolution Blue #233D80
Tints of Resolution Blue #233D80
RGB
CMYK
RGB Variations
Color information
#233D80 (or 0x233D80) is known color: Resolution Blue. HEX triplet: 23, 3D and 80. RGB value is (35,61,128). Sum of RGB (Red+Green+Blue) = 35+61+128=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #233D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D80 is #DCC27F. Grayscale: #3C3C3C. Windows color (decimal): -14467712 or 8404259. OLE color: 8404259.
HSL color Cylindrical-coordinate representation of color #233D80: hue angle of 223.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233D80 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 61 | 128 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.50 |
| HSL | 223.23º | 0.57% | 0.32% | - |
| HSV(B) | 223.23º | 0.73% | 0.5% | - |
| XYZ | 6.26 | 5.25 | 21.11 | - |
| YUV | 60.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 128 | 0.73 | 0.52 | 0 | 0.50 | 223.23 | 0.57 | 0.32 |
| Hex | 23 | 3D | 80 | 49 | 34 | 0 | 32 | DF | 39 | 20 |
| Octal | 43 | 75 | 200 | 111 | 64 | 0 | 62 | 337 | 71 | 40 |
| Binary | 100011 | 111101 | 10000000 | 1001001 | 110100 | 0 | 110010 | 11011111 | 111001 | 100000 |
Color Harmonies of #233D80
Complementary color
Monochromatic Colors of #233D80
Black with #233D80
Text Example
Text Example
White with #233D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D80; }
p { color: rgb(35,61,128); }
H1.HeaderClassName
{
color: #233D80;
}
.AnyTagClassName
{
color: #233D80;
}
</style>
background-color css
<style>
a { background-color: #233D80; }
a { background-color: rgb(35,61,128); }
div.DivClassName
{
background-color: #233D80;
}
.BgClassName
{
background-color: #233D80;
}
</style>
border-color css
<style>
span { border-color: #233D80; }
span { border-color: rgb(35,61,128); }
td.TdClassName
{
border-color: #233D80;
}
.TagClassName
{
border-color: #233D80;
}
</style>