Shades of Free Speech Blue #384ADA
Tints of Free Speech Blue #384ADA
RGB
CMYK
RGB Variations
Color information
#384ADA (or 0x384ADA) is known color: Free Speech Blue. HEX triplet: 38, 4A and DA. RGB value is (56,74,218). Sum of RGB (Red+Green+Blue) = 56+74+218=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #384ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ADA is #C7B525. Grayscale: #545454. Windows color (decimal): -13088038 or 14305848. OLE color: 14305848.
HSL color Cylindrical-coordinate representation of color #384ADA: hue angle of 233.33º 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 #384ADA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 74 | 218 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.15 |
| HSL | 233.33º | 0.69% | 0.54% | - |
| HSV(B) | 233.33º | 0.74% | 0.85% | - |
| XYZ | 16.73 | 10.8 | 67.53 | - |
| YUV | 85.03 | 203.04 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 218 | 0.74 | 0.66 | 0 | 0.15 | 233.33 | 0.69 | 0.54 |
| Hex | 38 | 4A | DA | 4A | 42 | 0 | F | E9 | 45 | 36 |
| Octal | 70 | 112 | 332 | 112 | 102 | 0 | 17 | 351 | 105 | 66 |
| Binary | 111000 | 1001010 | 11011010 | 1001010 | 1000010 | 0 | 1111 | 11101001 | 1000101 | 110110 |
Color Harmonies of #384ADA
Complementary color
Monochromatic Colors of #384ADA
Black with #384ADA
Text Example
Text Example
White with #384ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ADA; }
p { color: rgb(56,74,218); }
H1.HeaderClassName
{
color: #384ADA;
}
.AnyTagClassName
{
color: #384ADA;
}
</style>
background-color css
<style>
a { background-color: #384ADA; }
a { background-color: rgb(56,74,218); }
div.DivClassName
{
background-color: #384ADA;
}
.BgClassName
{
background-color: #384ADA;
}
</style>
border-color css
<style>
span { border-color: #384ADA; }
span { border-color: rgb(56,74,218); }
td.TdClassName
{
border-color: #384ADA;
}
.TagClassName
{
border-color: #384ADA;
}
</style>