Shades of Free Speech Blue #3450CF
Tints of Free Speech Blue #3450CF
RGB
CMYK
RGB Variations
Color information
#3450CF (or 0x3450CF) is known color: Free Speech Blue. HEX triplet: 34, 50 and CF. RGB value is (52,80,207). Sum of RGB (Red+Green+Blue) = 52+80+207=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #3450CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450CF is #CBAF30. Grayscale: #555555. Windows color (decimal): -13348657 or 13586484. OLE color: 13586484.
HSL color Cylindrical-coordinate representation of color #3450CF: hue angle of 229.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3450CF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 80 | 207 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.19 |
| HSL | 229.16º | 0.62% | 0.51% | - |
| HSV(B) | 229.16º | 0.75% | 0.81% | - |
| XYZ | 15.55 | 10.97 | 60.33 | - |
| YUV | 86.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 207 | 0.75 | 0.61 | 0 | 0.19 | 229.16 | 0.62 | 0.51 |
| Hex | 34 | 50 | CF | 4B | 3D | 0 | 13 | E5 | 3E | 33 |
| Octal | 64 | 120 | 317 | 113 | 75 | 0 | 23 | 345 | 76 | 63 |
| Binary | 110100 | 1010000 | 11001111 | 1001011 | 111101 | 0 | 10011 | 11100101 | 111110 | 110011 |
Color Harmonies of #3450CF
Complementary color
Monochromatic Colors of #3450CF
Black with #3450CF
Text Example
Text Example
White with #3450CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3450CF; }
p { color: rgb(52,80,207); }
H1.HeaderClassName
{
color: #3450CF;
}
.AnyTagClassName
{
color: #3450CF;
}
</style>
background-color css
<style>
a { background-color: #3450CF; }
a { background-color: rgb(52,80,207); }
div.DivClassName
{
background-color: #3450CF;
}
.BgClassName
{
background-color: #3450CF;
}
</style>
border-color css
<style>
span { border-color: #3450CF; }
span { border-color: rgb(52,80,207); }
td.TdClassName
{
border-color: #3450CF;
}
.TagClassName
{
border-color: #3450CF;
}
</style>