Shades of Free Speech Blue #3338DA
Tints of Free Speech Blue #3338DA
RGB
CMYK
RGB Variations
Color information
#3338DA (or 0x3338DA) is known color: Free Speech Blue. HEX triplet: 33, 38 and DA. RGB value is (51,56,218). Sum of RGB (Red+Green+Blue) = 51+56+218=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #3338DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338DA is #CCC725. Grayscale: #484848. Windows color (decimal): -13420326 or 14301235. OLE color: 14301235.
HSL color Cylindrical-coordinate representation of color #3338DA: hue angle of 238.2º 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 #3338DA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 56 | 218 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.15 |
| HSL | 238.2º | 0.69% | 0.53% | - |
| HSV(B) | 238.2º | 0.77% | 0.85% | - |
| XYZ | 15.43 | 8.59 | 67.18 | - |
| YUV | 72.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 218 | 0.77 | 0.74 | 0 | 0.15 | 238.2 | 0.69 | 0.53 |
| Hex | 33 | 38 | DA | 4D | 4A | 0 | F | EE | 45 | 35 |
| Octal | 63 | 70 | 332 | 115 | 112 | 0 | 17 | 356 | 105 | 65 |
| Binary | 110011 | 111000 | 11011010 | 1001101 | 1001010 | 0 | 1111 | 11101110 | 1000101 | 110101 |
Color Harmonies of #3338DA
Complementary color
Monochromatic Colors of #3338DA
Black with #3338DA
Text Example
Text Example
White with #3338DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338DA; }
p { color: rgb(51,56,218); }
H1.HeaderClassName
{
color: #3338DA;
}
.AnyTagClassName
{
color: #3338DA;
}
</style>
background-color css
<style>
a { background-color: #3338DA; }
a { background-color: rgb(51,56,218); }
div.DivClassName
{
background-color: #3338DA;
}
.BgClassName
{
background-color: #3338DA;
}
</style>
border-color css
<style>
span { border-color: #3338DA; }
span { border-color: rgb(51,56,218); }
td.TdClassName
{
border-color: #3338DA;
}
.TagClassName
{
border-color: #3338DA;
}
</style>