Shades of Free Speech Blue #3D54CE
Tints of Free Speech Blue #3D54CE
RGB
CMYK
RGB Variations
Color information
#3D54CE (or 0x3D54CE) is known color: Free Speech Blue. HEX triplet: 3D, 54 and CE. RGB value is (61,84,206). Sum of RGB (Red+Green+Blue) = 61+84+206=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D54CE is #C2AB31. Grayscale: #5A5A5A. Windows color (decimal): -12757810 or 13521981. OLE color: 13521981.
HSL color Cylindrical-coordinate representation of color #3D54CE: hue angle of 230.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D54CE is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 84 | 206 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.19 |
| HSL | 230.48º | 0.6% | 0.52% | - |
| HSV(B) | 230.48º | 0.7% | 0.81% | - |
| XYZ | 16.24 | 11.79 | 59.81 | - |
| YUV | 91.03 | 192.88 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 206 | 0.70 | 0.59 | 0 | 0.19 | 230.48 | 0.6 | 0.52 |
| Hex | 3D | 54 | CE | 46 | 3B | 0 | 13 | E6 | 3C | 34 |
| Octal | 75 | 124 | 316 | 106 | 73 | 0 | 23 | 346 | 74 | 64 |
| Binary | 111101 | 1010100 | 11001110 | 1000110 | 111011 | 0 | 10011 | 11100110 | 111100 | 110100 |
Color Harmonies of #3D54CE
Complementary color
Monochromatic Colors of #3D54CE
Black with #3D54CE
Text Example
Text Example
White with #3D54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D54CE; }
p { color: rgb(61,84,206); }
H1.HeaderClassName
{
color: #3D54CE;
}
.AnyTagClassName
{
color: #3D54CE;
}
</style>
background-color css
<style>
a { background-color: #3D54CE; }
a { background-color: rgb(61,84,206); }
div.DivClassName
{
background-color: #3D54CE;
}
.BgClassName
{
background-color: #3D54CE;
}
</style>
border-color css
<style>
span { border-color: #3D54CE; }
span { border-color: rgb(61,84,206); }
td.TdClassName
{
border-color: #3D54CE;
}
.TagClassName
{
border-color: #3D54CE;
}
</style>