Shades of Free Speech Blue #3345DA
Tints of Free Speech Blue #3345DA
RGB
CMYK
RGB Variations
Color information
#3345DA (or 0x3345DA) is known color: Free Speech Blue. HEX triplet: 33, 45 and DA. RGB value is (51,69,218). Sum of RGB (Red+Green+Blue) = 51+69+218=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #3345DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345DA is #CCBA25. Grayscale: #4F4F4F. Windows color (decimal): -13416998 or 14304563. OLE color: 14304563.
HSL color Cylindrical-coordinate representation of color #3345DA: hue angle of 233.53º 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 #3345DA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 69 | 218 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.15 |
| HSL | 233.53º | 0.69% | 0.53% | - |
| HSV(B) | 233.53º | 0.77% | 0.85% | - |
| XYZ | 16.15 | 10.02 | 67.41 | - |
| YUV | 80.6 | 205.54 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 218 | 0.77 | 0.68 | 0 | 0.15 | 233.53 | 0.69 | 0.53 |
| Hex | 33 | 45 | DA | 4D | 44 | 0 | F | EA | 45 | 35 |
| Octal | 63 | 105 | 332 | 115 | 104 | 0 | 17 | 352 | 105 | 65 |
| Binary | 110011 | 1000101 | 11011010 | 1001101 | 1000100 | 0 | 1111 | 11101010 | 1000101 | 110101 |
Color Harmonies of #3345DA
Complementary color
Monochromatic Colors of #3345DA
Black with #3345DA
Text Example
Text Example
White with #3345DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345DA; }
p { color: rgb(51,69,218); }
H1.HeaderClassName
{
color: #3345DA;
}
.AnyTagClassName
{
color: #3345DA;
}
</style>
background-color css
<style>
a { background-color: #3345DA; }
a { background-color: rgb(51,69,218); }
div.DivClassName
{
background-color: #3345DA;
}
.BgClassName
{
background-color: #3345DA;
}
</style>
border-color css
<style>
span { border-color: #3345DA; }
span { border-color: rgb(51,69,218); }
td.TdClassName
{
border-color: #3345DA;
}
.TagClassName
{
border-color: #3345DA;
}
</style>