Shades of Free Speech Blue #345CCB
Tints of Free Speech Blue #345CCB
RGB
CMYK
RGB Variations
Color information
#345CCB (or 0x345CCB) is known color: Free Speech Blue. HEX triplet: 34, 5C and CB. RGB value is (52,92,203). Sum of RGB (Red+Green+Blue) = 52+92+203=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #345CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CCB is #CBA334. Grayscale: #5C5C5C. Windows color (decimal): -13345589 or 13327412. OLE color: 13327412.
HSL color Cylindrical-coordinate representation of color #345CCB: hue angle of 224.11º 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 #345CCB is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 92 | 203 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.20 |
| HSL | 224.11º | 0.59% | 0.5% | - |
| HSV(B) | 224.11º | 0.74% | 0.8% | - |
| XYZ | 16.02 | 12.7 | 58.11 | - |
| YUV | 92.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 203 | 0.74 | 0.55 | 0 | 0.20 | 224.11 | 0.59 | 0.5 |
| Hex | 34 | 5C | CB | 4A | 37 | 0 | 14 | E0 | 3B | 32 |
| Octal | 64 | 134 | 313 | 112 | 67 | 0 | 24 | 340 | 73 | 62 |
| Binary | 110100 | 1011100 | 11001011 | 1001010 | 110111 | 0 | 10100 | 11100000 | 111011 | 110010 |
Color Harmonies of #345CCB
Complementary color
Monochromatic Colors of #345CCB
Black with #345CCB
Text Example
Text Example
White with #345CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CCB; }
p { color: rgb(52,92,203); }
H1.HeaderClassName
{
color: #345CCB;
}
.AnyTagClassName
{
color: #345CCB;
}
</style>
background-color css
<style>
a { background-color: #345CCB; }
a { background-color: rgb(52,92,203); }
div.DivClassName
{
background-color: #345CCB;
}
.BgClassName
{
background-color: #345CCB;
}
</style>
border-color css
<style>
span { border-color: #345CCB; }
span { border-color: rgb(52,92,203); }
td.TdClassName
{
border-color: #345CCB;
}
.TagClassName
{
border-color: #345CCB;
}
</style>