Shades of Resolution Blue #233C7B
Tints of Resolution Blue #233C7B
RGB
CMYK
RGB Variations
Color information
#233C7B (or 0x233C7B) is known color: Resolution Blue. HEX triplet: 23, 3C and 7B. RGB value is (35,60,123). Sum of RGB (Red+Green+Blue) = 35+60+123=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #233C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C7B is #DCC384. Grayscale: #3B3B3B. Windows color (decimal): -14467973 or 8076323. OLE color: 8076323.
HSL color Cylindrical-coordinate representation of color #233C7B: hue angle of 222.95º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233C7B is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 60 | 123 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.52 |
| HSL | 222.95º | 0.56% | 0.31% | - |
| HSV(B) | 222.95º | 0.72% | 0.48% | - |
| XYZ | 5.88 | 5.02 | 19.4 | - |
| YUV | 59.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 123 | 0.72 | 0.51 | 0 | 0.52 | 222.95 | 0.56 | 0.31 |
| Hex | 23 | 3C | 7B | 48 | 33 | 0 | 34 | DF | 38 | 1F |
| Octal | 43 | 74 | 173 | 110 | 63 | 0 | 64 | 337 | 70 | 37 |
| Binary | 100011 | 111100 | 1111011 | 1001000 | 110011 | 0 | 110100 | 11011111 | 111000 | 11111 |
Color Harmonies of #233C7B
Complementary color
Monochromatic Colors of #233C7B
Black with #233C7B
Text Example
Text Example
White with #233C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C7B; }
p { color: rgb(35,60,123); }
H1.HeaderClassName
{
color: #233C7B;
}
.AnyTagClassName
{
color: #233C7B;
}
</style>
background-color css
<style>
a { background-color: #233C7B; }
a { background-color: rgb(35,60,123); }
div.DivClassName
{
background-color: #233C7B;
}
.BgClassName
{
background-color: #233C7B;
}
</style>
border-color css
<style>
span { border-color: #233C7B; }
span { border-color: rgb(35,60,123); }
td.TdClassName
{
border-color: #233C7B;
}
.TagClassName
{
border-color: #233C7B;
}
</style>