Shades of Resolution Blue #233E83
Tints of Resolution Blue #233E83
RGB
CMYK
RGB Variations
Color information
#233E83 (or 0x233E83) is known color: Resolution Blue. HEX triplet: 23, 3E and 83. RGB value is (35,62,131). Sum of RGB (Red+Green+Blue) = 35+62+131=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #233E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E83 is #DCC17C. Grayscale: #3D3D3D. Windows color (decimal): -14467453 or 8601123. OLE color: 8601123.
HSL color Cylindrical-coordinate representation of color #233E83: hue angle of 223.12º 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 #233E83 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 62 | 131 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.49 |
| HSL | 223.13º | 0.58% | 0.33% | - |
| HSV(B) | 223.13º | 0.73% | 0.51% | - |
| XYZ | 6.51 | 5.44 | 22.18 | - |
| YUV | 61.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 131 | 0.73 | 0.53 | 0 | 0.49 | 223.13 | 0.58 | 0.33 |
| Hex | 23 | 3E | 83 | 49 | 35 | 0 | 31 | DF | 3A | 21 |
| Octal | 43 | 76 | 203 | 111 | 65 | 0 | 61 | 337 | 72 | 41 |
| Binary | 100011 | 111110 | 10000011 | 1001001 | 110101 | 0 | 110001 | 11011111 | 111010 | 100001 |
Color Harmonies of #233E83
Complementary color
Monochromatic Colors of #233E83
Black with #233E83
Text Example
Text Example
White with #233E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E83; }
p { color: rgb(35,62,131); }
H1.HeaderClassName
{
color: #233E83;
}
.AnyTagClassName
{
color: #233E83;
}
</style>
background-color css
<style>
a { background-color: #233E83; }
a { background-color: rgb(35,62,131); }
div.DivClassName
{
background-color: #233E83;
}
.BgClassName
{
background-color: #233E83;
}
</style>
border-color css
<style>
span { border-color: #233E83; }
span { border-color: rgb(35,62,131); }
td.TdClassName
{
border-color: #233E83;
}
.TagClassName
{
border-color: #233E83;
}
</style>