Shades of Resolution Blue #234375
Tints of Resolution Blue #234375
RGB
CMYK
RGB Variations
Color information
#234375 (or 0x234375) is known color: Resolution Blue. HEX triplet: 23, 43 and 75. RGB value is (35,67,117). Sum of RGB (Red+Green+Blue) = 35+67+117=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #234375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234375 is #DCBC8A. Grayscale: #3E3E3E. Windows color (decimal): -14466187 or 7684899. OLE color: 7684899.
HSL color Cylindrical-coordinate representation of color #234375: hue angle of 216.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234375 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 67 | 117 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.54 |
| HSL | 216.59º | 0.54% | 0.3% | - |
| HSV(B) | 216.59º | 0.7% | 0.46% | - |
| XYZ | 5.91 | 5.66 | 17.61 | - |
| YUV | 63.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 117 | 0.70 | 0.43 | 0 | 0.54 | 216.59 | 0.54 | 0.3 |
| Hex | 23 | 43 | 75 | 46 | 2B | 0 | 36 | D9 | 36 | 1E |
| Octal | 43 | 103 | 165 | 106 | 53 | 0 | 66 | 331 | 66 | 36 |
| Binary | 100011 | 1000011 | 1110101 | 1000110 | 101011 | 0 | 110110 | 11011001 | 110110 | 11110 |
Color Harmonies of #234375
Complementary color
Monochromatic Colors of #234375
Black with #234375
Text Example
Text Example
White with #234375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234375; }
p { color: rgb(35,67,117); }
H1.HeaderClassName
{
color: #234375;
}
.AnyTagClassName
{
color: #234375;
}
</style>
background-color css
<style>
a { background-color: #234375; }
a { background-color: rgb(35,67,117); }
div.DivClassName
{
background-color: #234375;
}
.BgClassName
{
background-color: #234375;
}
</style>
border-color css
<style>
span { border-color: #234375; }
span { border-color: rgb(35,67,117); }
td.TdClassName
{
border-color: #234375;
}
.TagClassName
{
border-color: #234375;
}
</style>