Shades of Resolution Blue #233F7C
Tints of Resolution Blue #233F7C
RGB
CMYK
RGB Variations
Color information
#233F7C (or 0x233F7C) is known color: Resolution Blue. HEX triplet: 23, 3F and 7C. RGB value is (35,63,124). Sum of RGB (Red+Green+Blue) = 35+63+124=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #233F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F7C is #DCC083. Grayscale: #3D3D3D. Windows color (decimal): -14467204 or 8142627. OLE color: 8142627.
HSL color Cylindrical-coordinate representation of color #233F7C: hue angle of 221.12º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233F7C is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 63 | 124 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.51 |
| HSL | 221.12º | 0.56% | 0.31% | - |
| HSV(B) | 221.12º | 0.72% | 0.49% | - |
| XYZ | 6.11 | 5.37 | 19.78 | - |
| YUV | 61.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 124 | 0.72 | 0.49 | 0 | 0.51 | 221.12 | 0.56 | 0.31 |
| Hex | 23 | 3F | 7C | 48 | 31 | 0 | 33 | DD | 38 | 1F |
| Octal | 43 | 77 | 174 | 110 | 61 | 0 | 63 | 335 | 70 | 37 |
| Binary | 100011 | 111111 | 1111100 | 1001000 | 110001 | 0 | 110011 | 11011101 | 111000 | 11111 |
Color Harmonies of #233F7C
Complementary color
Monochromatic Colors of #233F7C
Black with #233F7C
Text Example
Text Example
White with #233F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F7C; }
p { color: rgb(35,63,124); }
H1.HeaderClassName
{
color: #233F7C;
}
.AnyTagClassName
{
color: #233F7C;
}
</style>
background-color css
<style>
a { background-color: #233F7C; }
a { background-color: rgb(35,63,124); }
div.DivClassName
{
background-color: #233F7C;
}
.BgClassName
{
background-color: #233F7C;
}
</style>
border-color css
<style>
span { border-color: #233F7C; }
span { border-color: rgb(35,63,124); }
td.TdClassName
{
border-color: #233F7C;
}
.TagClassName
{
border-color: #233F7C;
}
</style>