Shades of Free Speech Blue #4355CC
Tints of Free Speech Blue #4355CC
RGB
CMYK
RGB Variations
Color information
#4355CC (or 0x4355CC) is known color: Free Speech Blue. HEX triplet: 43, 55 and CC. RGB value is (67,85,204). Sum of RGB (Red+Green+Blue) = 67+85+204=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4355CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4355CC is #BCAA33. Grayscale: #5C5C5C. Windows color (decimal): -12364340 or 13391171. OLE color: 13391171.
HSL color Cylindrical-coordinate representation of color #4355CC: hue angle of 232.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4355CC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 85 | 204 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.2 |
| HSL | 232.12º | 0.57% | 0.53% | - |
| HSV(B) | 232.12º | 0.67% | 0.8% | - |
| XYZ | 16.46 | 12.05 | 58.58 | - |
| YUV | 93.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 204 | 0.67 | 0.58 | 0 | 0.2 | 232.12 | 0.57 | 0.53 |
| Hex | 43 | 55 | CC | 43 | 3A | 0 | 14 | E8 | 39 | 35 |
| Octal | 103 | 125 | 314 | 103 | 72 | 0 | 24 | 350 | 71 | 65 |
| Binary | 1000011 | 1010101 | 11001100 | 1000011 | 111010 | 0 | 10100 | 11101000 | 111001 | 110101 |
Color Harmonies of #4355CC
Complementary color
Monochromatic Colors of #4355CC
Black with #4355CC
Text Example
Text Example
White with #4355CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355CC; }
p { color: rgb(67,85,204); }
H1.HeaderClassName
{
color: #4355CC;
}
.AnyTagClassName
{
color: #4355CC;
}
</style>
background-color css
<style>
a { background-color: #4355CC; }
a { background-color: rgb(67,85,204); }
div.DivClassName
{
background-color: #4355CC;
}
.BgClassName
{
background-color: #4355CC;
}
</style>
border-color css
<style>
span { border-color: #4355CC; }
span { border-color: rgb(67,85,204); }
td.TdClassName
{
border-color: #4355CC;
}
.TagClassName
{
border-color: #4355CC;
}
</style>