Shades of Resolution Blue #233F7E
Tints of Resolution Blue #233F7E
RGB
CMYK
RGB Variations
Color information
#233F7E (or 0x233F7E) is known color: Resolution Blue. HEX triplet: 23, 3F and 7E. RGB value is (35,63,126). Sum of RGB (Red+Green+Blue) = 35+63+126=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #233F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F7E is #DCC081. Grayscale: #3D3D3D. Windows color (decimal): -14467202 or 8273699. OLE color: 8273699.
HSL color Cylindrical-coordinate representation of color #233F7E: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233F7E is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 63 | 126 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.51 |
| HSL | 221.54º | 0.57% | 0.32% | - |
| HSV(B) | 221.54º | 0.72% | 0.49% | - |
| XYZ | 6.24 | 5.42 | 20.46 | - |
| YUV | 61.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 126 | 0.72 | 0.50 | 0 | 0.51 | 221.54 | 0.57 | 0.32 |
| Hex | 23 | 3F | 7E | 48 | 32 | 0 | 33 | DE | 39 | 20 |
| Octal | 43 | 77 | 176 | 110 | 62 | 0 | 63 | 336 | 71 | 40 |
| Binary | 100011 | 111111 | 1111110 | 1001000 | 110010 | 0 | 110011 | 11011110 | 111001 | 100000 |
Color Harmonies of #233F7E
Complementary color
Monochromatic Colors of #233F7E
Black with #233F7E
Text Example
Text Example
White with #233F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F7E; }
p { color: rgb(35,63,126); }
H1.HeaderClassName
{
color: #233F7E;
}
.AnyTagClassName
{
color: #233F7E;
}
</style>
background-color css
<style>
a { background-color: #233F7E; }
a { background-color: rgb(35,63,126); }
div.DivClassName
{
background-color: #233F7E;
}
.BgClassName
{
background-color: #233F7E;
}
</style>
border-color css
<style>
span { border-color: #233F7E; }
span { border-color: rgb(35,63,126); }
td.TdClassName
{
border-color: #233F7E;
}
.TagClassName
{
border-color: #233F7E;
}
</style>