Shades of Resolution Blue #233D85
Tints of Resolution Blue #233D85
RGB
CMYK
RGB Variations
Color information
#233D85 (or 0x233D85) is known color: Resolution Blue. HEX triplet: 23, 3D and 85. RGB value is (35,61,133). Sum of RGB (Red+Green+Blue) = 35+61+133=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #233D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D85 is #DCC27A. Grayscale: #3D3D3D. Windows color (decimal): -14467707 or 8731939. OLE color: 8731939.
HSL color Cylindrical-coordinate representation of color #233D85: hue angle of 224.08º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233D85 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 61 | 133 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.48 |
| HSL | 224.08º | 0.58% | 0.33% | - |
| HSV(B) | 224.08º | 0.74% | 0.52% | - |
| XYZ | 6.6 | 5.39 | 22.88 | - |
| YUV | 61.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 133 | 0.74 | 0.54 | 0 | 0.48 | 224.08 | 0.58 | 0.33 |
| Hex | 23 | 3D | 85 | 4A | 36 | 0 | 30 | E0 | 3A | 21 |
| Octal | 43 | 75 | 205 | 112 | 66 | 0 | 60 | 340 | 72 | 41 |
| Binary | 100011 | 111101 | 10000101 | 1001010 | 110110 | 0 | 110000 | 11100000 | 111010 | 100001 |
Color Harmonies of #233D85
Complementary color
Monochromatic Colors of #233D85
Black with #233D85
Text Example
Text Example
White with #233D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D85; }
p { color: rgb(35,61,133); }
H1.HeaderClassName
{
color: #233D85;
}
.AnyTagClassName
{
color: #233D85;
}
</style>
background-color css
<style>
a { background-color: #233D85; }
a { background-color: rgb(35,61,133); }
div.DivClassName
{
background-color: #233D85;
}
.BgClassName
{
background-color: #233D85;
}
</style>
border-color css
<style>
span { border-color: #233D85; }
span { border-color: rgb(35,61,133); }
td.TdClassName
{
border-color: #233D85;
}
.TagClassName
{
border-color: #233D85;
}
</style>