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