Shades of Free Speech Blue #3F43CB
Tints of Free Speech Blue #3F43CB
RGB
CMYK
RGB Variations
Color information
#3F43CB (or 0x3F43CB) is known color: Free Speech Blue. HEX triplet: 3F, 43 and CB. RGB value is (63,67,203). Sum of RGB (Red+Green+Blue) = 63+67+203=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F43CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F43CB is #C0BC34. Grayscale: #505050. Windows color (decimal): -12631093 or 13321023. OLE color: 13321023.
HSL color Cylindrical-coordinate representation of color #3F43CB: hue angle of 238.29º 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 #3F43CB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 67 | 203 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.20 |
| HSL | 238.29º | 0.57% | 0.52% | - |
| HSV(B) | 238.29º | 0.69% | 0.8% | - |
| XYZ | 14.84 | 9.38 | 57.53 | - |
| YUV | 81.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 203 | 0.69 | 0.67 | 0 | 0.20 | 238.29 | 0.57 | 0.52 |
| Hex | 3F | 43 | CB | 45 | 43 | 0 | 14 | EE | 39 | 34 |
| Octal | 77 | 103 | 313 | 105 | 103 | 0 | 24 | 356 | 71 | 64 |
| Binary | 111111 | 1000011 | 11001011 | 1000101 | 1000011 | 0 | 10100 | 11101110 | 111001 | 110100 |
Color Harmonies of #3F43CB
Complementary color
Monochromatic Colors of #3F43CB
Black with #3F43CB
Text Example
Text Example
White with #3F43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F43CB; }
p { color: rgb(63,67,203); }
H1.HeaderClassName
{
color: #3F43CB;
}
.AnyTagClassName
{
color: #3F43CB;
}
</style>
background-color css
<style>
a { background-color: #3F43CB; }
a { background-color: rgb(63,67,203); }
div.DivClassName
{
background-color: #3F43CB;
}
.BgClassName
{
background-color: #3F43CB;
}
</style>
border-color css
<style>
span { border-color: #3F43CB; }
span { border-color: rgb(63,67,203); }
td.TdClassName
{
border-color: #3F43CB;
}
.TagClassName
{
border-color: #3F43CB;
}
</style>