Shades of Free Speech Blue #3F45CB
Tints of Free Speech Blue #3F45CB
RGB
CMYK
RGB Variations
Color information
#3F45CB (or 0x3F45CB) is known color: Free Speech Blue. HEX triplet: 3F, 45 and CB. RGB value is (63,69,203). Sum of RGB (Red+Green+Blue) = 63+69+203=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F45CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45CB is #C0BA34. Grayscale: #515151. Windows color (decimal): -12630581 or 13321535. OLE color: 13321535.
HSL color Cylindrical-coordinate representation of color #3F45CB: hue angle of 237.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F45CB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 69 | 203 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.20 |
| HSL | 237.43º | 0.57% | 0.52% | - |
| HSV(B) | 237.43º | 0.69% | 0.8% | - |
| XYZ | 14.96 | 9.62 | 57.57 | - |
| YUV | 82.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 203 | 0.69 | 0.66 | 0 | 0.20 | 237.43 | 0.57 | 0.52 |
| Hex | 3F | 45 | CB | 45 | 42 | 0 | 14 | ED | 39 | 34 |
| Octal | 77 | 105 | 313 | 105 | 102 | 0 | 24 | 355 | 71 | 64 |
| Binary | 111111 | 1000101 | 11001011 | 1000101 | 1000010 | 0 | 10100 | 11101101 | 111001 | 110100 |
Color Harmonies of #3F45CB
Complementary color
Monochromatic Colors of #3F45CB
Black with #3F45CB
Text Example
Text Example
White with #3F45CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F45CB; }
p { color: rgb(63,69,203); }
H1.HeaderClassName
{
color: #3F45CB;
}
.AnyTagClassName
{
color: #3F45CB;
}
</style>
background-color css
<style>
a { background-color: #3F45CB; }
a { background-color: rgb(63,69,203); }
div.DivClassName
{
background-color: #3F45CB;
}
.BgClassName
{
background-color: #3F45CB;
}
</style>
border-color css
<style>
span { border-color: #3F45CB; }
span { border-color: rgb(63,69,203); }
td.TdClassName
{
border-color: #3F45CB;
}
.TagClassName
{
border-color: #3F45CB;
}
</style>