Shades of Free Speech Blue #385ACE
Tints of Free Speech Blue #385ACE
RGB
CMYK
RGB Variations
Color information
#385ACE (or 0x385ACE) is known color: Free Speech Blue. HEX triplet: 38, 5A and CE. RGB value is (56,90,206). Sum of RGB (Red+Green+Blue) = 56+90+206=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #385ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACE is #C7A531. Grayscale: #5C5C5C. Windows color (decimal): -13083954 or 13523512. OLE color: 13523512.
HSL color Cylindrical-coordinate representation of color #385ACE: hue angle of 226.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ACE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 90 | 206 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.19 |
| HSL | 226.4º | 0.6% | 0.51% | - |
| HSV(B) | 226.4º | 0.73% | 0.81% | - |
| XYZ | 16.43 | 12.61 | 59.96 | - |
| YUV | 93.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 206 | 0.73 | 0.56 | 0 | 0.19 | 226.4 | 0.6 | 0.51 |
| Hex | 38 | 5A | CE | 49 | 38 | 0 | 13 | E2 | 3C | 33 |
| Octal | 70 | 132 | 316 | 111 | 70 | 0 | 23 | 342 | 74 | 63 |
| Binary | 111000 | 1011010 | 11001110 | 1001001 | 111000 | 0 | 10011 | 11100010 | 111100 | 110011 |
Color Harmonies of #385ACE
Complementary color
Monochromatic Colors of #385ACE
Black with #385ACE
Text Example
Text Example
White with #385ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ACE; }
p { color: rgb(56,90,206); }
H1.HeaderClassName
{
color: #385ACE;
}
.AnyTagClassName
{
color: #385ACE;
}
</style>
background-color css
<style>
a { background-color: #385ACE; }
a { background-color: rgb(56,90,206); }
div.DivClassName
{
background-color: #385ACE;
}
.BgClassName
{
background-color: #385ACE;
}
</style>
border-color css
<style>
span { border-color: #385ACE; }
span { border-color: rgb(56,90,206); }
td.TdClassName
{
border-color: #385ACE;
}
.TagClassName
{
border-color: #385ACE;
}
</style>