Shades of Resolution Blue #233A70
Tints of Resolution Blue #233A70
RGB
CMYK
RGB Variations
Color information
#233A70 (or 0x233A70) is known color: Resolution Blue. HEX triplet: 23, 3A and 70. RGB value is (35,58,112). Sum of RGB (Red+Green+Blue) = 35+58+112=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #233A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A70 is #DCC58F. Grayscale: #393939. Windows color (decimal): -14468496 or 7354915. OLE color: 7354915.
HSL color Cylindrical-coordinate representation of color #233A70: hue angle of 222.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233A70 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 58 | 112 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.56 |
| HSL | 222.08º | 0.52% | 0.29% | - |
| HSV(B) | 222.08º | 0.69% | 0.44% | - |
| XYZ | 5.13 | 4.55 | 15.94 | - |
| YUV | 57.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 112 | 0.69 | 0.48 | 0 | 0.56 | 222.08 | 0.52 | 0.29 |
| Hex | 23 | 3A | 70 | 45 | 30 | 0 | 38 | DE | 34 | 1D |
| Octal | 43 | 72 | 160 | 105 | 60 | 0 | 70 | 336 | 64 | 35 |
| Binary | 100011 | 111010 | 1110000 | 1000101 | 110000 | 0 | 111000 | 11011110 | 110100 | 11101 |
Color Harmonies of #233A70
Complementary color
Monochromatic Colors of #233A70
Black with #233A70
Text Example
Text Example
White with #233A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A70; }
p { color: rgb(35,58,112); }
H1.HeaderClassName
{
color: #233A70;
}
.AnyTagClassName
{
color: #233A70;
}
</style>
background-color css
<style>
a { background-color: #233A70; }
a { background-color: rgb(35,58,112); }
div.DivClassName
{
background-color: #233A70;
}
.BgClassName
{
background-color: #233A70;
}
</style>
border-color css
<style>
span { border-color: #233A70; }
span { border-color: rgb(35,58,112); }
td.TdClassName
{
border-color: #233A70;
}
.TagClassName
{
border-color: #233A70;
}
</style>