Shades of Free Speech Blue #3452CA
Tints of Free Speech Blue #3452CA
RGB
CMYK
RGB Variations
Color information
#3452CA (or 0x3452CA) is known color: Free Speech Blue. HEX triplet: 34, 52 and CA. RGB value is (52,82,202). Sum of RGB (Red+Green+Blue) = 52+82+202=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #3452CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3452CA is #CBAD35. Grayscale: #565656. Windows color (decimal): -13348150 or 13259316. OLE color: 13259316.
HSL color Cylindrical-coordinate representation of color #3452CA: hue angle of 228º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3452CA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 82 | 202 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.21 |
| HSL | 228º | 0.59% | 0.5% | - |
| HSV(B) | 228º | 0.74% | 0.79% | - |
| XYZ | 15.09 | 11.03 | 57.21 | - |
| YUV | 86.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 202 | 0.74 | 0.59 | 0 | 0.21 | 228 | 0.59 | 0.5 |
| Hex | 34 | 52 | CA | 4A | 3B | 0 | 15 | E4 | 3B | 32 |
| Octal | 64 | 122 | 312 | 112 | 73 | 0 | 25 | 344 | 73 | 62 |
| Binary | 110100 | 1010010 | 11001010 | 1001010 | 111011 | 0 | 10101 | 11100100 | 111011 | 110010 |
Color Harmonies of #3452CA
Complementary color
Monochromatic Colors of #3452CA
Black with #3452CA
Text Example
Text Example
White with #3452CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3452CA; }
p { color: rgb(52,82,202); }
H1.HeaderClassName
{
color: #3452CA;
}
.AnyTagClassName
{
color: #3452CA;
}
</style>
background-color css
<style>
a { background-color: #3452CA; }
a { background-color: rgb(52,82,202); }
div.DivClassName
{
background-color: #3452CA;
}
.BgClassName
{
background-color: #3452CA;
}
</style>
border-color css
<style>
span { border-color: #3452CA; }
span { border-color: rgb(52,82,202); }
td.TdClassName
{
border-color: #3452CA;
}
.TagClassName
{
border-color: #3452CA;
}
</style>