Shades of Free Speech Blue #3A38DA
Tints of Free Speech Blue #3A38DA
RGB
CMYK
RGB Variations
Color information
#3A38DA (or 0x3A38DA) is known color: Free Speech Blue. HEX triplet: 3A, 38 and DA. RGB value is (58,56,218). Sum of RGB (Red+Green+Blue) = 58+56+218=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A38DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A38DA is #C5C725. Grayscale: #4A4A4A. Windows color (decimal): -12961574 or 14301242. OLE color: 14301242.
HSL color Cylindrical-coordinate representation of color #3A38DA: hue angle of 240.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A38DA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 56 | 218 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.15 |
| HSL | 240.74º | 0.69% | 0.54% | - |
| HSV(B) | 240.74º | 0.74% | 0.85% | - |
| XYZ | 15.81 | 8.79 | 67.19 | - |
| YUV | 75.07 | 208.66 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 218 | 0.73 | 0.74 | 0 | 0.15 | 240.74 | 0.69 | 0.54 |
| Hex | 3A | 38 | DA | 49 | 4A | 0 | F | F1 | 45 | 36 |
| Octal | 72 | 70 | 332 | 111 | 112 | 0 | 17 | 361 | 105 | 66 |
| Binary | 111010 | 111000 | 11011010 | 1001001 | 1001010 | 0 | 1111 | 11110001 | 1000101 | 110110 |
Color Harmonies of #3A38DA
Complementary color
Monochromatic Colors of #3A38DA
Black with #3A38DA
Text Example
Text Example
White with #3A38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38DA; }
p { color: rgb(58,56,218); }
H1.HeaderClassName
{
color: #3A38DA;
}
.AnyTagClassName
{
color: #3A38DA;
}
</style>
background-color css
<style>
a { background-color: #3A38DA; }
a { background-color: rgb(58,56,218); }
div.DivClassName
{
background-color: #3A38DA;
}
.BgClassName
{
background-color: #3A38DA;
}
</style>
border-color css
<style>
span { border-color: #3A38DA; }
span { border-color: rgb(58,56,218); }
td.TdClassName
{
border-color: #3A38DA;
}
.TagClassName
{
border-color: #3A38DA;
}
</style>