Shades of Resolution Blue #233683
Tints of Resolution Blue #233683
RGB
CMYK
RGB Variations
Color information
#233683 (or 0x233683) is known color: Resolution Blue. HEX triplet: 23, 36 and 83. RGB value is (35,54,131). Sum of RGB (Red+Green+Blue) = 35+54+131=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #233683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233683 is #DCC97C. Grayscale: #383838. Windows color (decimal): -14469501 or 8599075. OLE color: 8599075.
HSL color Cylindrical-coordinate representation of color #233683: hue angle of 228.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 #233683 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 54 | 131 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.49 |
| HSL | 228.13º | 0.58% | 0.33% | - |
| HSV(B) | 228.13º | 0.73% | 0.51% | - |
| XYZ | 6.11 | 4.63 | 22.05 | - |
| YUV | 57.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 131 | 0.73 | 0.59 | 0 | 0.49 | 228.13 | 0.58 | 0.33 |
| Hex | 23 | 36 | 83 | 49 | 3B | 0 | 31 | E4 | 3A | 21 |
| Octal | 43 | 66 | 203 | 111 | 73 | 0 | 61 | 344 | 72 | 41 |
| Binary | 100011 | 110110 | 10000011 | 1001001 | 111011 | 0 | 110001 | 11100100 | 111010 | 100001 |
Color Harmonies of #233683
Complementary color
Monochromatic Colors of #233683
Black with #233683
Text Example
Text Example
White with #233683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233683; }
p { color: rgb(35,54,131); }
H1.HeaderClassName
{
color: #233683;
}
.AnyTagClassName
{
color: #233683;
}
</style>
background-color css
<style>
a { background-color: #233683; }
a { background-color: rgb(35,54,131); }
div.DivClassName
{
background-color: #233683;
}
.BgClassName
{
background-color: #233683;
}
</style>
border-color css
<style>
span { border-color: #233683; }
span { border-color: rgb(35,54,131); }
td.TdClassName
{
border-color: #233683;
}
.TagClassName
{
border-color: #233683;
}
</style>