Shades of Free Speech Blue #3448CF
Tints of Free Speech Blue #3448CF
RGB
CMYK
RGB Variations
Color information
#3448CF (or 0x3448CF) is known color: Free Speech Blue. HEX triplet: 34, 48 and CF. RGB value is (52,72,207). Sum of RGB (Red+Green+Blue) = 52+72+207=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #3448CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3448CF is #CBB730. Grayscale: #505050. Windows color (decimal): -13350705 or 13584436. OLE color: 13584436.
HSL color Cylindrical-coordinate representation of color #3448CF: hue angle of 232.26º 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 #3448CF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 72 | 207 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.19 |
| HSL | 232.26º | 0.62% | 0.51% | - |
| HSV(B) | 232.26º | 0.75% | 0.81% | - |
| XYZ | 15 | 9.87 | 60.15 | - |
| YUV | 81.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 207 | 0.75 | 0.65 | 0 | 0.19 | 232.26 | 0.62 | 0.51 |
| Hex | 34 | 48 | CF | 4B | 41 | 0 | 13 | E8 | 3E | 33 |
| Octal | 64 | 110 | 317 | 113 | 101 | 0 | 23 | 350 | 76 | 63 |
| Binary | 110100 | 1001000 | 11001111 | 1001011 | 1000001 | 0 | 10011 | 11101000 | 111110 | 110011 |
Color Harmonies of #3448CF
Complementary color
Monochromatic Colors of #3448CF
Black with #3448CF
Text Example
Text Example
White with #3448CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3448CF; }
p { color: rgb(52,72,207); }
H1.HeaderClassName
{
color: #3448CF;
}
.AnyTagClassName
{
color: #3448CF;
}
</style>
background-color css
<style>
a { background-color: #3448CF; }
a { background-color: rgb(52,72,207); }
div.DivClassName
{
background-color: #3448CF;
}
.BgClassName
{
background-color: #3448CF;
}
</style>
border-color css
<style>
span { border-color: #3448CF; }
span { border-color: rgb(52,72,207); }
td.TdClassName
{
border-color: #3448CF;
}
.TagClassName
{
border-color: #3448CF;
}
</style>