Shades of Free Speech Blue #3955DA
Tints of Free Speech Blue #3955DA
RGB
CMYK
RGB Variations
Color information
#3955DA (or 0x3955DA) is known color: Free Speech Blue. HEX triplet: 39, 55 and DA. RGB value is (57,85,218). Sum of RGB (Red+Green+Blue) = 57+85+218=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #3955DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955DA is #C6AA25. Grayscale: #5B5B5B. Windows color (decimal): -13019686 or 14308665. OLE color: 14308665.
HSL color Cylindrical-coordinate representation of color #3955DA: hue angle of 229.57º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3955DA is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 85 | 218 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.15 |
| HSL | 229.57º | 0.69% | 0.54% | - |
| HSV(B) | 229.57º | 0.74% | 0.85% | - |
| XYZ | 17.59 | 12.43 | 67.8 | - |
| YUV | 91.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 218 | 0.74 | 0.61 | 0 | 0.15 | 229.57 | 0.69 | 0.54 |
| Hex | 39 | 55 | DA | 4A | 3D | 0 | F | E6 | 45 | 36 |
| Octal | 71 | 125 | 332 | 112 | 75 | 0 | 17 | 346 | 105 | 66 |
| Binary | 111001 | 1010101 | 11011010 | 1001010 | 111101 | 0 | 1111 | 11100110 | 1000101 | 110110 |
Color Harmonies of #3955DA
Complementary color
Monochromatic Colors of #3955DA
Black with #3955DA
Text Example
Text Example
White with #3955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955DA; }
p { color: rgb(57,85,218); }
H1.HeaderClassName
{
color: #3955DA;
}
.AnyTagClassName
{
color: #3955DA;
}
</style>
background-color css
<style>
a { background-color: #3955DA; }
a { background-color: rgb(57,85,218); }
div.DivClassName
{
background-color: #3955DA;
}
.BgClassName
{
background-color: #3955DA;
}
</style>
border-color css
<style>
span { border-color: #3955DA; }
span { border-color: rgb(57,85,218); }
td.TdClassName
{
border-color: #3955DA;
}
.TagClassName
{
border-color: #3955DA;
}
</style>