Shades of Free Speech Blue #3D53B1
Tints of Free Speech Blue #3D53B1
RGB
CMYK
RGB Variations
Color information
#3D53B1 (or 0x3D53B1) is known color: Free Speech Blue. HEX triplet: 3D, 53 and B1. RGB value is (61,83,177). Sum of RGB (Red+Green+Blue) = 61+83+177=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D53B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D53B1 is #C2AC4E. Grayscale: #565656. Windows color (decimal): -12758095 or 11621181. OLE color: 11621181.
HSL color Cylindrical-coordinate representation of color #3D53B1: hue angle of 228.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D53B1 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 83 | 177 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.31 |
| HSL | 228.62º | 0.49% | 0.47% | - |
| HSV(B) | 228.62º | 0.66% | 0.69% | - |
| XYZ | 12.95 | 10.35 | 42.91 | - |
| YUV | 87.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 177 | 0.66 | 0.53 | 0 | 0.31 | 228.62 | 0.49 | 0.47 |
| Hex | 3D | 53 | B1 | 42 | 35 | 0 | 1F | E5 | 31 | 2F |
| Octal | 75 | 123 | 261 | 102 | 65 | 0 | 37 | 345 | 61 | 57 |
| Binary | 111101 | 1010011 | 10110001 | 1000010 | 110101 | 0 | 11111 | 11100101 | 110001 | 101111 |
Color Harmonies of #3D53B1
Complementary color
Monochromatic Colors of #3D53B1
Black with #3D53B1
Text Example
Text Example
White with #3D53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D53B1; }
p { color: rgb(61,83,177); }
H1.HeaderClassName
{
color: #3D53B1;
}
.AnyTagClassName
{
color: #3D53B1;
}
</style>
background-color css
<style>
a { background-color: #3D53B1; }
a { background-color: rgb(61,83,177); }
div.DivClassName
{
background-color: #3D53B1;
}
.BgClassName
{
background-color: #3D53B1;
}
</style>
border-color css
<style>
span { border-color: #3D53B1; }
span { border-color: rgb(61,83,177); }
td.TdClassName
{
border-color: #3D53B1;
}
.TagClassName
{
border-color: #3D53B1;
}
</style>