Shades of Resolution Blue #233B6E
Tints of Resolution Blue #233B6E
RGB
CMYK
RGB Variations
Color information
#233B6E (or 0x233B6E) is known color: Resolution Blue. HEX triplet: 23, 3B and 6E. RGB value is (35,59,110). Sum of RGB (Red+Green+Blue) = 35+59+110=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #233B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B6E is #DCC491. Grayscale: #393939. Windows color (decimal): -14468242 or 7224099. OLE color: 7224099.
HSL color Cylindrical-coordinate representation of color #233B6E: hue angle of 220.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #233B6E is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 59 | 110 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.57 |
| HSL | 220.8º | 0.52% | 0.28% | - |
| HSV(B) | 220.8º | 0.68% | 0.43% | - |
| XYZ | 5.07 | 4.61 | 15.37 | - |
| YUV | 57.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 110 | 0.68 | 0.46 | 0 | 0.57 | 220.8 | 0.52 | 0.28 |
| Hex | 23 | 3B | 6E | 44 | 2E | 0 | 39 | DD | 34 | 1C |
| Octal | 43 | 73 | 156 | 104 | 56 | 0 | 71 | 335 | 64 | 34 |
| Binary | 100011 | 111011 | 1101110 | 1000100 | 101110 | 0 | 111001 | 11011101 | 110100 | 11100 |
Color Harmonies of #233B6E
Complementary color
Monochromatic Colors of #233B6E
Black with #233B6E
Text Example
Text Example
White with #233B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B6E; }
p { color: rgb(35,59,110); }
H1.HeaderClassName
{
color: #233B6E;
}
.AnyTagClassName
{
color: #233B6E;
}
</style>
background-color css
<style>
a { background-color: #233B6E; }
a { background-color: rgb(35,59,110); }
div.DivClassName
{
background-color: #233B6E;
}
.BgClassName
{
background-color: #233B6E;
}
</style>
border-color css
<style>
span { border-color: #233B6E; }
span { border-color: rgb(35,59,110); }
td.TdClassName
{
border-color: #233B6E;
}
.TagClassName
{
border-color: #233B6E;
}
</style>