Shades of Resolution Blue #233283
Tints of Resolution Blue #233283
RGB
CMYK
RGB Variations
Color information
#233283 (or 0x233283) is known color: Resolution Blue. HEX triplet: 23, 32 and 83. RGB value is (35,50,131). Sum of RGB (Red+Green+Blue) = 35+50+131=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #233283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233283 is #DCCD7C. Grayscale: #363636. Windows color (decimal): -14470525 or 8598051. OLE color: 8598051.
HSL color Cylindrical-coordinate representation of color #233283: hue angle of 230.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233283 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 50 | 131 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.49 |
| HSL | 230.63º | 0.58% | 0.33% | - |
| HSV(B) | 230.63º | 0.73% | 0.51% | - |
| XYZ | 5.93 | 4.28 | 21.99 | - |
| YUV | 54.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 131 | 0.73 | 0.62 | 0 | 0.49 | 230.63 | 0.58 | 0.33 |
| Hex | 23 | 32 | 83 | 49 | 3E | 0 | 31 | E7 | 3A | 21 |
| Octal | 43 | 62 | 203 | 111 | 76 | 0 | 61 | 347 | 72 | 41 |
| Binary | 100011 | 110010 | 10000011 | 1001001 | 111110 | 0 | 110001 | 11100111 | 111010 | 100001 |
Color Harmonies of #233283
Complementary color
Monochromatic Colors of #233283
Black with #233283
Text Example
Text Example
White with #233283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233283; }
p { color: rgb(35,50,131); }
H1.HeaderClassName
{
color: #233283;
}
.AnyTagClassName
{
color: #233283;
}
</style>
background-color css
<style>
a { background-color: #233283; }
a { background-color: rgb(35,50,131); }
div.DivClassName
{
background-color: #233283;
}
.BgClassName
{
background-color: #233283;
}
</style>
border-color css
<style>
span { border-color: #233283; }
span { border-color: rgb(35,50,131); }
td.TdClassName
{
border-color: #233283;
}
.TagClassName
{
border-color: #233283;
}
</style>