Shades of Free Speech Blue #345AD0
Tints of Free Speech Blue #345AD0
RGB
CMYK
RGB Variations
Color information
#345AD0 (or 0x345AD0) is known color: Free Speech Blue. HEX triplet: 34, 5A and D0. RGB value is (52,90,208). Sum of RGB (Red+Green+Blue) = 52+90+208=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #345AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AD0 is #CBA52F. Grayscale: #5B5B5B. Windows color (decimal): -13346096 or 13654580. OLE color: 13654580.
HSL color Cylindrical-coordinate representation of color #345AD0: hue angle of 225.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345AD0 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 90 | 208 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.18 |
| HSL | 225.38º | 0.62% | 0.51% | - |
| HSV(B) | 225.38º | 0.75% | 0.82% | - |
| XYZ | 16.46 | 12.6 | 61.24 | - |
| YUV | 92.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 208 | 0.75 | 0.57 | 0 | 0.18 | 225.38 | 0.62 | 0.51 |
| Hex | 34 | 5A | D0 | 4B | 39 | 0 | 12 | E1 | 3E | 33 |
| Octal | 64 | 132 | 320 | 113 | 71 | 0 | 22 | 341 | 76 | 63 |
| Binary | 110100 | 1011010 | 11010000 | 1001011 | 111001 | 0 | 10010 | 11100001 | 111110 | 110011 |
Color Harmonies of #345AD0
Complementary color
Monochromatic Colors of #345AD0
Black with #345AD0
Text Example
Text Example
White with #345AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AD0; }
p { color: rgb(52,90,208); }
H1.HeaderClassName
{
color: #345AD0;
}
.AnyTagClassName
{
color: #345AD0;
}
</style>
background-color css
<style>
a { background-color: #345AD0; }
a { background-color: rgb(52,90,208); }
div.DivClassName
{
background-color: #345AD0;
}
.BgClassName
{
background-color: #345AD0;
}
</style>
border-color css
<style>
span { border-color: #345AD0; }
span { border-color: rgb(52,90,208); }
td.TdClassName
{
border-color: #345AD0;
}
.TagClassName
{
border-color: #345AD0;
}
</style>