Shades of Free Speech Blue #3457CA
Tints of Free Speech Blue #3457CA
RGB
CMYK
RGB Variations
Color information
#3457CA (or 0x3457CA) is known color: Free Speech Blue. HEX triplet: 34, 57 and CA. RGB value is (52,87,202). Sum of RGB (Red+Green+Blue) = 52+87+202=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #3457CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3457CA is #CBA835. Grayscale: #595959. Windows color (decimal): -13346870 or 13260596. OLE color: 13260596.
HSL color Cylindrical-coordinate representation of color #3457CA: hue angle of 226º 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 #3457CA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 87 | 202 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.21 |
| HSL | 226º | 0.59% | 0.5% | - |
| HSV(B) | 226º | 0.74% | 0.79% | - |
| XYZ | 15.49 | 11.81 | 57.34 | - |
| YUV | 89.65 | 191.4 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 202 | 0.74 | 0.57 | 0 | 0.21 | 226 | 0.59 | 0.5 |
| Hex | 34 | 57 | CA | 4A | 39 | 0 | 15 | E2 | 3B | 32 |
| Octal | 64 | 127 | 312 | 112 | 71 | 0 | 25 | 342 | 73 | 62 |
| Binary | 110100 | 1010111 | 11001010 | 1001010 | 111001 | 0 | 10101 | 11100010 | 111011 | 110010 |
Color Harmonies of #3457CA
Complementary color
Monochromatic Colors of #3457CA
Black with #3457CA
Text Example
Text Example
White with #3457CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3457CA; }
p { color: rgb(52,87,202); }
H1.HeaderClassName
{
color: #3457CA;
}
.AnyTagClassName
{
color: #3457CA;
}
</style>
background-color css
<style>
a { background-color: #3457CA; }
a { background-color: rgb(52,87,202); }
div.DivClassName
{
background-color: #3457CA;
}
.BgClassName
{
background-color: #3457CA;
}
</style>
border-color css
<style>
span { border-color: #3457CA; }
span { border-color: rgb(52,87,202); }
td.TdClassName
{
border-color: #3457CA;
}
.TagClassName
{
border-color: #3457CA;
}
</style>