Shades of Resolution Blue #233F7D
Tints of Resolution Blue #233F7D
RGB
CMYK
RGB Variations
Color information
#233F7D (or 0x233F7D) is known color: Resolution Blue. HEX triplet: 23, 3F and 7D. RGB value is (35,63,125). Sum of RGB (Red+Green+Blue) = 35+63+125=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #233F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F7D is #DCC082. Grayscale: #3D3D3D. Windows color (decimal): -14467203 or 8208163. OLE color: 8208163.
HSL color Cylindrical-coordinate representation of color #233F7D: hue angle of 221.33º 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 #233F7D is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 63 | 125 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.51 |
| HSL | 221.33º | 0.56% | 0.31% | - |
| HSV(B) | 221.33º | 0.72% | 0.49% | - |
| XYZ | 6.17 | 5.39 | 20.12 | - |
| YUV | 61.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 125 | 0.72 | 0.50 | 0 | 0.51 | 221.33 | 0.56 | 0.31 |
| Hex | 23 | 3F | 7D | 48 | 32 | 0 | 33 | DD | 38 | 1F |
| Octal | 43 | 77 | 175 | 110 | 62 | 0 | 63 | 335 | 70 | 37 |
| Binary | 100011 | 111111 | 1111101 | 1001000 | 110010 | 0 | 110011 | 11011101 | 111000 | 11111 |
Color Harmonies of #233F7D
Complementary color
Monochromatic Colors of #233F7D
Black with #233F7D
Text Example
Text Example
White with #233F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F7D; }
p { color: rgb(35,63,125); }
H1.HeaderClassName
{
color: #233F7D;
}
.AnyTagClassName
{
color: #233F7D;
}
</style>
background-color css
<style>
a { background-color: #233F7D; }
a { background-color: rgb(35,63,125); }
div.DivClassName
{
background-color: #233F7D;
}
.BgClassName
{
background-color: #233F7D;
}
</style>
border-color css
<style>
span { border-color: #233F7D; }
span { border-color: rgb(35,63,125); }
td.TdClassName
{
border-color: #233F7D;
}
.TagClassName
{
border-color: #233F7D;
}
</style>