Shades of Resolution Blue #35437B
Tints of Resolution Blue #35437B
RGB
CMYK
RGB Variations
Color information
#35437B (or 0x35437B) is known color: Resolution Blue. HEX triplet: 35, 43 and 7B. RGB value is (53,67,123). Sum of RGB (Red+Green+Blue) = 53+67+123=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #35437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35437B is #CABC84. Grayscale: #444444. Windows color (decimal): -13286533 or 8078133. OLE color: 8078133.
HSL color Cylindrical-coordinate representation of color #35437B: hue angle of 228º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35437B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 67 | 123 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.52 |
| HSL | 228º | 0.4% | 0.35% | - |
| HSV(B) | 228º | 0.57% | 0.48% | - |
| XYZ | 7.05 | 6.2 | 19.56 | - |
| YUV | 69.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 123 | 0.57 | 0.46 | 0 | 0.52 | 228 | 0.4 | 0.35 |
| Hex | 35 | 43 | 7B | 39 | 2E | 0 | 34 | E4 | 28 | 23 |
| Octal | 65 | 103 | 173 | 71 | 56 | 0 | 64 | 344 | 50 | 43 |
| Binary | 110101 | 1000011 | 1111011 | 111001 | 101110 | 0 | 110100 | 11100100 | 101000 | 100011 |
Color Harmonies of #35437B
Complementary color
Monochromatic Colors of #35437B
Black with #35437B
Text Example
Text Example
White with #35437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35437B; }
p { color: rgb(53,67,123); }
H1.HeaderClassName
{
color: #35437B;
}
.AnyTagClassName
{
color: #35437B;
}
</style>
background-color css
<style>
a { background-color: #35437B; }
a { background-color: rgb(53,67,123); }
div.DivClassName
{
background-color: #35437B;
}
.BgClassName
{
background-color: #35437B;
}
</style>
border-color css
<style>
span { border-color: #35437B; }
span { border-color: rgb(53,67,123); }
td.TdClassName
{
border-color: #35437B;
}
.TagClassName
{
border-color: #35437B;
}
</style>