Shades of Free Speech Blue #394CCB
Tints of Free Speech Blue #394CCB
RGB
CMYK
RGB Variations
Color information
#394CCB (or 0x394CCB) is known color: Free Speech Blue. HEX triplet: 39, 4C and CB. RGB value is (57,76,203). Sum of RGB (Red+Green+Blue) = 57+76+203=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #394CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCB is #C6B334. Grayscale: #545454. Windows color (decimal): -13022005 or 13323321. OLE color: 13323321.
HSL color Cylindrical-coordinate representation of color #394CCB: hue angle of 232.19º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394CCB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 76 | 203 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.20 |
| HSL | 232.19º | 0.58% | 0.51% | - |
| HSV(B) | 232.19º | 0.72% | 0.8% | - |
| XYZ | 15.05 | 10.35 | 57.7 | - |
| YUV | 84.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 203 | 0.72 | 0.63 | 0 | 0.20 | 232.19 | 0.58 | 0.51 |
| Hex | 39 | 4C | CB | 48 | 3F | 0 | 14 | E8 | 3A | 33 |
| Octal | 71 | 114 | 313 | 110 | 77 | 0 | 24 | 350 | 72 | 63 |
| Binary | 111001 | 1001100 | 11001011 | 1001000 | 111111 | 0 | 10100 | 11101000 | 111010 | 110011 |
Color Harmonies of #394CCB
Complementary color
Monochromatic Colors of #394CCB
Black with #394CCB
Text Example
Text Example
White with #394CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394CCB; }
p { color: rgb(57,76,203); }
H1.HeaderClassName
{
color: #394CCB;
}
.AnyTagClassName
{
color: #394CCB;
}
</style>
background-color css
<style>
a { background-color: #394CCB; }
a { background-color: rgb(57,76,203); }
div.DivClassName
{
background-color: #394CCB;
}
.BgClassName
{
background-color: #394CCB;
}
</style>
border-color css
<style>
span { border-color: #394CCB; }
span { border-color: rgb(57,76,203); }
td.TdClassName
{
border-color: #394CCB;
}
.TagClassName
{
border-color: #394CCB;
}
</style>