Shades of Free Speech Blue #345ACB
Tints of Free Speech Blue #345ACB
RGB
CMYK
RGB Variations
Color information
#345ACB (or 0x345ACB) is known color: Free Speech Blue. HEX triplet: 34, 5A and CB. RGB value is (52,90,203). Sum of RGB (Red+Green+Blue) = 52+90+203=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #345ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ACB is #CBA534. Grayscale: #5B5B5B. Windows color (decimal): -13346101 or 13326900. OLE color: 13326900.
HSL color Cylindrical-coordinate representation of color #345ACB: hue angle of 224.9º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345ACB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 90 | 203 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.20 |
| HSL | 224.9º | 0.59% | 0.5% | - |
| HSV(B) | 224.9º | 0.74% | 0.8% | - |
| XYZ | 15.85 | 12.35 | 58.05 | - |
| YUV | 91.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 203 | 0.74 | 0.56 | 0 | 0.20 | 224.9 | 0.59 | 0.5 |
| Hex | 34 | 5A | CB | 4A | 38 | 0 | 14 | E1 | 3B | 32 |
| Octal | 64 | 132 | 313 | 112 | 70 | 0 | 24 | 341 | 73 | 62 |
| Binary | 110100 | 1011010 | 11001011 | 1001010 | 111000 | 0 | 10100 | 11100001 | 111011 | 110010 |
Color Harmonies of #345ACB
Complementary color
Monochromatic Colors of #345ACB
Black with #345ACB
Text Example
Text Example
White with #345ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ACB; }
p { color: rgb(52,90,203); }
H1.HeaderClassName
{
color: #345ACB;
}
.AnyTagClassName
{
color: #345ACB;
}
</style>
background-color css
<style>
a { background-color: #345ACB; }
a { background-color: rgb(52,90,203); }
div.DivClassName
{
background-color: #345ACB;
}
.BgClassName
{
background-color: #345ACB;
}
</style>
border-color css
<style>
span { border-color: #345ACB; }
span { border-color: rgb(52,90,203); }
td.TdClassName
{
border-color: #345ACB;
}
.TagClassName
{
border-color: #345ACB;
}
</style>