Shades of Medium Blue #3502CC
Tints of Medium Blue #3502CC
RGB
CMYK
RGB Variations
Color information
#3502CC (or 0x3502CC) is known color: Medium Blue. HEX triplet: 35, 02 and CC. RGB value is (53,2,204). Sum of RGB (Red+Green+Blue) = 53+2+204=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #3502CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502CC is #CAFD33. Grayscale: #272727. Windows color (decimal): -13303092 or 13369909. OLE color: 13369909.
HSL color Cylindrical-coordinate representation of color #3502CC: hue angle of 255.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502CC is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 2 | 204 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.2 |
| HSL | 255.15º | 0.98% | 0.4% | - |
| HSV(B) | 255.15º | 0.99% | 0.8% | - |
| XYZ | 12.39 | 5.16 | 57.47 | - |
| YUV | 40.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 204 | 0.74 | 0.99 | 0 | 0.2 | 255.15 | 0.98 | 0.4 |
| Hex | 35 | 2 | CC | 4A | 63 | 0 | 14 | FF | 62 | 28 |
| Octal | 65 | 2 | 314 | 112 | 143 | 0 | 24 | 377 | 142 | 50 |
| Binary | 110101 | 10 | 11001100 | 1001010 | 1100011 | 0 | 10100 | 11111111 | 1100010 | 101000 |
Color Harmonies of #3502CC
Complementary color
Monochromatic Colors of #3502CC
Black with #3502CC
Text Example
Text Example
White with #3502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502CC; }
p { color: rgb(53,2,204); }
H1.HeaderClassName
{
color: #3502CC;
}
.AnyTagClassName
{
color: #3502CC;
}
</style>
background-color css
<style>
a { background-color: #3502CC; }
a { background-color: rgb(53,2,204); }
div.DivClassName
{
background-color: #3502CC;
}
.BgClassName
{
background-color: #3502CC;
}
</style>
border-color css
<style>
span { border-color: #3502CC; }
span { border-color: rgb(53,2,204); }
td.TdClassName
{
border-color: #3502CC;
}
.TagClassName
{
border-color: #3502CC;
}
</style>