Shades of Free Speech Blue #3733DA
Tints of Free Speech Blue #3733DA
RGB
CMYK
RGB Variations
Color information
#3733DA (or 0x3733DA) is known color: Free Speech Blue. HEX triplet: 37, 33 and DA. RGB value is (55,51,218). Sum of RGB (Red+Green+Blue) = 55+51+218=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #3733DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3733DA is #C8CC25. Grayscale: #464646. Windows color (decimal): -13159462 or 14299959. OLE color: 14299959.
HSL color Cylindrical-coordinate representation of color #3733DA: hue angle of 241.44º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3733DA is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 51 | 218 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.15 |
| HSL | 241.44º | 0.69% | 0.53% | - |
| HSV(B) | 241.44º | 0.77% | 0.85% | - |
| XYZ | 15.41 | 8.24 | 67.11 | - |
| YUV | 71.23 | 210.83 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 218 | 0.75 | 0.77 | 0 | 0.15 | 241.44 | 0.69 | 0.53 |
| Hex | 37 | 33 | DA | 4B | 4D | 0 | F | F1 | 45 | 35 |
| Octal | 67 | 63 | 332 | 113 | 115 | 0 | 17 | 361 | 105 | 65 |
| Binary | 110111 | 110011 | 11011010 | 1001011 | 1001101 | 0 | 1111 | 11110001 | 1000101 | 110101 |
Color Harmonies of #3733DA
Complementary color
Monochromatic Colors of #3733DA
Black with #3733DA
Text Example
Text Example
White with #3733DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733DA; }
p { color: rgb(55,51,218); }
H1.HeaderClassName
{
color: #3733DA;
}
.AnyTagClassName
{
color: #3733DA;
}
</style>
background-color css
<style>
a { background-color: #3733DA; }
a { background-color: rgb(55,51,218); }
div.DivClassName
{
background-color: #3733DA;
}
.BgClassName
{
background-color: #3733DA;
}
</style>
border-color css
<style>
span { border-color: #3733DA; }
span { border-color: rgb(55,51,218); }
td.TdClassName
{
border-color: #3733DA;
}
.TagClassName
{
border-color: #3733DA;
}
</style>