Shades of Free Speech Blue #3D69C0
Tints of Free Speech Blue #3D69C0
RGB
CMYK
RGB Variations
Color information
#3D69C0 (or 0x3D69C0) is known color: Free Speech Blue. HEX triplet: 3D, 69 and C0. RGB value is (61,105,192). Sum of RGB (Red+Green+Blue) = 61+105+192=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #3D69C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D69C0 is #C2963F. Grayscale: #656565. Windows color (decimal): -12752448 or 12609853. OLE color: 12609853.
HSL color Cylindrical-coordinate representation of color #3D69C0: hue angle of 219.85º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D69C0 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 105 | 192 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.25 |
| HSL | 219.85º | 0.52% | 0.5% | - |
| HSV(B) | 219.85º | 0.68% | 0.75% | - |
| XYZ | 16.49 | 14.9 | 51.88 | - |
| YUV | 101.76 | 178.92 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 192 | 0.68 | 0.45 | 0 | 0.25 | 219.85 | 0.52 | 0.5 |
| Hex | 3D | 69 | C0 | 44 | 2D | 0 | 19 | DC | 34 | 32 |
| Octal | 75 | 151 | 300 | 104 | 55 | 0 | 31 | 334 | 64 | 62 |
| Binary | 111101 | 1101001 | 11000000 | 1000100 | 101101 | 0 | 11001 | 11011100 | 110100 | 110010 |
Color Harmonies of #3D69C0
Complementary color
Monochromatic Colors of #3D69C0
Black with #3D69C0
Text Example
Text Example
White with #3D69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D69C0; }
p { color: rgb(61,105,192); }
H1.HeaderClassName
{
color: #3D69C0;
}
.AnyTagClassName
{
color: #3D69C0;
}
</style>
background-color css
<style>
a { background-color: #3D69C0; }
a { background-color: rgb(61,105,192); }
div.DivClassName
{
background-color: #3D69C0;
}
.BgClassName
{
background-color: #3D69C0;
}
</style>
border-color css
<style>
span { border-color: #3D69C0; }
span { border-color: rgb(61,105,192); }
td.TdClassName
{
border-color: #3D69C0;
}
.TagClassName
{
border-color: #3D69C0;
}
</style>