Shades of Free Speech Blue #345FC9
Tints of Free Speech Blue #345FC9
RGB
CMYK
RGB Variations
Color information
#345FC9 (or 0x345FC9) is known color: Free Speech Blue. HEX triplet: 34, 5F and C9. RGB value is (52,95,201). Sum of RGB (Red+Green+Blue) = 52+95+201=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #345FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FC9 is #CBA036. Grayscale: #5D5D5D. Windows color (decimal): -13344823 or 13197108. OLE color: 13197108.
HSL color Cylindrical-coordinate representation of color #345FC9: hue angle of 222.68º 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 #345FC9 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 95 | 201 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.21 |
| HSL | 222.68º | 0.59% | 0.5% | - |
| HSV(B) | 222.68º | 0.74% | 0.79% | - |
| XYZ | 16.05 | 13.13 | 56.95 | - |
| YUV | 94.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 201 | 0.74 | 0.53 | 0 | 0.21 | 222.68 | 0.59 | 0.5 |
| Hex | 34 | 5F | C9 | 4A | 35 | 0 | 15 | DF | 3B | 32 |
| Octal | 64 | 137 | 311 | 112 | 65 | 0 | 25 | 337 | 73 | 62 |
| Binary | 110100 | 1011111 | 11001001 | 1001010 | 110101 | 0 | 10101 | 11011111 | 111011 | 110010 |
Color Harmonies of #345FC9
Complementary color
Monochromatic Colors of #345FC9
Black with #345FC9
Text Example
Text Example
White with #345FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FC9; }
p { color: rgb(52,95,201); }
H1.HeaderClassName
{
color: #345FC9;
}
.AnyTagClassName
{
color: #345FC9;
}
</style>
background-color css
<style>
a { background-color: #345FC9; }
a { background-color: rgb(52,95,201); }
div.DivClassName
{
background-color: #345FC9;
}
.BgClassName
{
background-color: #345FC9;
}
</style>
border-color css
<style>
span { border-color: #345FC9; }
span { border-color: rgb(52,95,201); }
td.TdClassName
{
border-color: #345FC9;
}
.TagClassName
{
border-color: #345FC9;
}
</style>