Shades of Free Speech Blue #3D3CCB
Tints of Free Speech Blue #3D3CCB
RGB
CMYK
RGB Variations
Color information
#3D3CCB (or 0x3D3CCB) is known color: Free Speech Blue. HEX triplet: 3D, 3C and CB. RGB value is (61,60,203). Sum of RGB (Red+Green+Blue) = 61+60+203=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D3CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3CCB is #C2C334. Grayscale: #4C4C4C. Windows color (decimal): -12763957 or 13319229. OLE color: 13319229.
HSL color Cylindrical-coordinate representation of color #3D3CCB: hue angle of 240.42º 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 #3D3CCB is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 60 | 203 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.20 |
| HSL | 240.42º | 0.58% | 0.52% | - |
| HSV(B) | 240.42º | 0.7% | 0.8% | - |
| XYZ | 14.32 | 8.54 | 57.39 | - |
| YUV | 76.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 203 | 0.70 | 0.70 | 0 | 0.20 | 240.42 | 0.58 | 0.52 |
| Hex | 3D | 3C | CB | 46 | 46 | 0 | 14 | F0 | 3A | 34 |
| Octal | 75 | 74 | 313 | 106 | 106 | 0 | 24 | 360 | 72 | 64 |
| Binary | 111101 | 111100 | 11001011 | 1000110 | 1000110 | 0 | 10100 | 11110000 | 111010 | 110100 |
Color Harmonies of #3D3CCB
Complementary color
Monochromatic Colors of #3D3CCB
Black with #3D3CCB
Text Example
Text Example
White with #3D3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3CCB; }
p { color: rgb(61,60,203); }
H1.HeaderClassName
{
color: #3D3CCB;
}
.AnyTagClassName
{
color: #3D3CCB;
}
</style>
background-color css
<style>
a { background-color: #3D3CCB; }
a { background-color: rgb(61,60,203); }
div.DivClassName
{
background-color: #3D3CCB;
}
.BgClassName
{
background-color: #3D3CCB;
}
</style>
border-color css
<style>
span { border-color: #3D3CCB; }
span { border-color: rgb(61,60,203); }
td.TdClassName
{
border-color: #3D3CCB;
}
.TagClassName
{
border-color: #3D3CCB;
}
</style>