Shades of Free Speech Blue #3F48CA
Tints of Free Speech Blue #3F48CA
RGB
CMYK
RGB Variations
Color information
#3F48CA (or 0x3F48CA) is known color: Free Speech Blue. HEX triplet: 3F, 48 and CA. RGB value is (63,72,202). Sum of RGB (Red+Green+Blue) = 63+72+202=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F48CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F48CA is #C0B735. Grayscale: #535353. Windows color (decimal): -12629814 or 13256767. OLE color: 13256767.
HSL color Cylindrical-coordinate representation of color #3F48CA: hue angle of 236.12º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F48CA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 72 | 202 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.21 |
| HSL | 236.12º | 0.57% | 0.52% | - |
| HSV(B) | 236.12º | 0.69% | 0.79% | - |
| XYZ | 15.03 | 9.96 | 57.01 | - |
| YUV | 84.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 202 | 0.69 | 0.64 | 0 | 0.21 | 236.12 | 0.57 | 0.52 |
| Hex | 3F | 48 | CA | 45 | 40 | 0 | 15 | EC | 39 | 34 |
| Octal | 77 | 110 | 312 | 105 | 100 | 0 | 25 | 354 | 71 | 64 |
| Binary | 111111 | 1001000 | 11001010 | 1000101 | 1000000 | 0 | 10101 | 11101100 | 111001 | 110100 |
Color Harmonies of #3F48CA
Complementary color
Monochromatic Colors of #3F48CA
Black with #3F48CA
Text Example
Text Example
White with #3F48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F48CA; }
p { color: rgb(63,72,202); }
H1.HeaderClassName
{
color: #3F48CA;
}
.AnyTagClassName
{
color: #3F48CA;
}
</style>
background-color css
<style>
a { background-color: #3F48CA; }
a { background-color: rgb(63,72,202); }
div.DivClassName
{
background-color: #3F48CA;
}
.BgClassName
{
background-color: #3F48CA;
}
</style>
border-color css
<style>
span { border-color: #3F48CA; }
span { border-color: rgb(63,72,202); }
td.TdClassName
{
border-color: #3F48CA;
}
.TagClassName
{
border-color: #3F48CA;
}
</style>