Shades of Free Speech Blue #3464CA
Tints of Free Speech Blue #3464CA
RGB
CMYK
RGB Variations
Color information
#3464CA (or 0x3464CA) is known color: Free Speech Blue. HEX triplet: 34, 64 and CA. RGB value is (52,100,202). Sum of RGB (Red+Green+Blue) = 52+100+202=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #3464CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464CA is #CB9B35. Grayscale: #606060. Windows color (decimal): -13343542 or 13263924. OLE color: 13263924.
HSL color Cylindrical-coordinate representation of color #3464CA: hue angle of 220.8º 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 #3464CA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 100 | 202 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.21 |
| HSL | 220.8º | 0.59% | 0.5% | - |
| HSV(B) | 220.8º | 0.74% | 0.79% | - |
| XYZ | 16.63 | 14.11 | 57.72 | - |
| YUV | 97.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 202 | 0.74 | 0.50 | 0 | 0.21 | 220.8 | 0.59 | 0.5 |
| Hex | 34 | 64 | CA | 4A | 32 | 0 | 15 | DD | 3B | 32 |
| Octal | 64 | 144 | 312 | 112 | 62 | 0 | 25 | 335 | 73 | 62 |
| Binary | 110100 | 1100100 | 11001010 | 1001010 | 110010 | 0 | 10101 | 11011101 | 111011 | 110010 |
Color Harmonies of #3464CA
Complementary color
Monochromatic Colors of #3464CA
Black with #3464CA
Text Example
Text Example
White with #3464CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464CA; }
p { color: rgb(52,100,202); }
H1.HeaderClassName
{
color: #3464CA;
}
.AnyTagClassName
{
color: #3464CA;
}
</style>
background-color css
<style>
a { background-color: #3464CA; }
a { background-color: rgb(52,100,202); }
div.DivClassName
{
background-color: #3464CA;
}
.BgClassName
{
background-color: #3464CA;
}
</style>
border-color css
<style>
span { border-color: #3464CA; }
span { border-color: rgb(52,100,202); }
td.TdClassName
{
border-color: #3464CA;
}
.TagClassName
{
border-color: #3464CA;
}
</style>