Shades of Free Speech Blue #3D4ACB
Tints of Free Speech Blue #3D4ACB
RGB
CMYK
RGB Variations
Color information
#3D4ACB (or 0x3D4ACB) is known color: Free Speech Blue. HEX triplet: 3D, 4A and CB. RGB value is (61,74,203). Sum of RGB (Red+Green+Blue) = 61+74+203=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4ACB is #C2B534. Grayscale: #545454. Windows color (decimal): -12760373 or 13322813. OLE color: 13322813.
HSL color Cylindrical-coordinate representation of color #3D4ACB: hue angle of 234.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4ACB is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 74 | 203 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.20 |
| HSL | 234.51º | 0.58% | 0.52% | - |
| HSV(B) | 234.51º | 0.7% | 0.8% | - |
| XYZ | 15.15 | 10.2 | 57.67 | - |
| YUV | 84.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 203 | 0.70 | 0.64 | 0 | 0.20 | 234.51 | 0.58 | 0.52 |
| Hex | 3D | 4A | CB | 46 | 40 | 0 | 14 | EB | 3A | 34 |
| Octal | 75 | 112 | 313 | 106 | 100 | 0 | 24 | 353 | 72 | 64 |
| Binary | 111101 | 1001010 | 11001011 | 1000110 | 1000000 | 0 | 10100 | 11101011 | 111010 | 110100 |
Color Harmonies of #3D4ACB
Complementary color
Monochromatic Colors of #3D4ACB
Black with #3D4ACB
Text Example
Text Example
White with #3D4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4ACB; }
p { color: rgb(61,74,203); }
H1.HeaderClassName
{
color: #3D4ACB;
}
.AnyTagClassName
{
color: #3D4ACB;
}
</style>
background-color css
<style>
a { background-color: #3D4ACB; }
a { background-color: rgb(61,74,203); }
div.DivClassName
{
background-color: #3D4ACB;
}
.BgClassName
{
background-color: #3D4ACB;
}
</style>
border-color css
<style>
span { border-color: #3D4ACB; }
span { border-color: rgb(61,74,203); }
td.TdClassName
{
border-color: #3D4ACB;
}
.TagClassName
{
border-color: #3D4ACB;
}
</style>