Shades of Free Speech Blue #3D64C9
Tints of Free Speech Blue #3D64C9
RGB
CMYK
RGB Variations
Color information
#3D64C9 (or 0x3D64C9) is known color: Free Speech Blue. HEX triplet: 3D, 64 and C9. RGB value is (61,100,201). Sum of RGB (Red+Green+Blue) = 61+100+201=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D64C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D64C9 is #C29B36. Grayscale: #636363. Windows color (decimal): -12753719 or 13198397. OLE color: 13198397.
HSL color Cylindrical-coordinate representation of color #3D64C9: hue angle of 223.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D64C9 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 100 | 201 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.21 |
| HSL | 223.29º | 0.56% | 0.51% | - |
| HSV(B) | 223.29º | 0.7% | 0.79% | - |
| XYZ | 17.02 | 14.32 | 57.13 | - |
| YUV | 99.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 201 | 0.70 | 0.50 | 0 | 0.21 | 223.29 | 0.56 | 0.51 |
| Hex | 3D | 64 | C9 | 46 | 32 | 0 | 15 | DF | 38 | 33 |
| Octal | 75 | 144 | 311 | 106 | 62 | 0 | 25 | 337 | 70 | 63 |
| Binary | 111101 | 1100100 | 11001001 | 1000110 | 110010 | 0 | 10101 | 11011111 | 111000 | 110011 |
Color Harmonies of #3D64C9
Complementary color
Monochromatic Colors of #3D64C9
Black with #3D64C9
Text Example
Text Example
White with #3D64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D64C9; }
p { color: rgb(61,100,201); }
H1.HeaderClassName
{
color: #3D64C9;
}
.AnyTagClassName
{
color: #3D64C9;
}
</style>
background-color css
<style>
a { background-color: #3D64C9; }
a { background-color: rgb(61,100,201); }
div.DivClassName
{
background-color: #3D64C9;
}
.BgClassName
{
background-color: #3D64C9;
}
</style>
border-color css
<style>
span { border-color: #3D64C9; }
span { border-color: rgb(61,100,201); }
td.TdClassName
{
border-color: #3D64C9;
}
.TagClassName
{
border-color: #3D64C9;
}
</style>