Shades of Windsor #35277B
Tints of Windsor #35277B
RGB
CMYK
RGB Variations
Color information
#35277B (or 0x35277B) is known color: Windsor. HEX triplet: 35, 27 and 7B. RGB value is (53,39,123). Sum of RGB (Red+Green+Blue) = 53+39+123=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #35277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35277B is #CAD884. Grayscale: #343434. Windows color (decimal): -13293701 or 8070965. OLE color: 8070965.
HSL color Cylindrical-coordinate representation of color #35277B: hue angle of 250º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35277B is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 39 | 123 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.52 |
| HSL | 250º | 0.52% | 0.32% | - |
| HSV(B) | 250º | 0.68% | 0.48% | - |
| XYZ | 5.77 | 3.64 | 19.14 | - |
| YUV | 52.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 123 | 0.57 | 0.68 | 0 | 0.52 | 250 | 0.52 | 0.32 |
| Hex | 35 | 27 | 7B | 39 | 44 | 0 | 34 | FA | 34 | 20 |
| Octal | 65 | 47 | 173 | 71 | 104 | 0 | 64 | 372 | 64 | 40 |
| Binary | 110101 | 100111 | 1111011 | 111001 | 1000100 | 0 | 110100 | 11111010 | 110100 | 100000 |
Color Harmonies of #35277B
Complementary color
Monochromatic Colors of #35277B
Black with #35277B
Text Example
Text Example
White with #35277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35277B; }
p { color: rgb(53,39,123); }
H1.HeaderClassName
{
color: #35277B;
}
.AnyTagClassName
{
color: #35277B;
}
</style>
background-color css
<style>
a { background-color: #35277B; }
a { background-color: rgb(53,39,123); }
div.DivClassName
{
background-color: #35277B;
}
.BgClassName
{
background-color: #35277B;
}
</style>
border-color css
<style>
span { border-color: #35277B; }
span { border-color: rgb(53,39,123); }
td.TdClassName
{
border-color: #35277B;
}
.TagClassName
{
border-color: #35277B;
}
</style>