Shades of Free Speech Blue #385ED2
Tints of Free Speech Blue #385ED2
RGB
CMYK
RGB Variations
Color information
#385ED2 (or 0x385ED2) is known color: Free Speech Blue. HEX triplet: 38, 5E and D2. RGB value is (56,94,210). Sum of RGB (Red+Green+Blue) = 56+94+210=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #385ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ED2 is #C7A12D. Grayscale: #5F5F5F. Windows color (decimal): -13082926 or 13786680. OLE color: 13786680.
HSL color Cylindrical-coordinate representation of color #385ED2: hue angle of 225.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ED2 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 94 | 210 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.18 |
| HSL | 225.19º | 0.63% | 0.52% | - |
| HSV(B) | 225.19º | 0.73% | 0.82% | - |
| XYZ | 17.27 | 13.5 | 62.67 | - |
| YUV | 95.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 210 | 0.73 | 0.55 | 0 | 0.18 | 225.19 | 0.63 | 0.52 |
| Hex | 38 | 5E | D2 | 49 | 37 | 0 | 12 | E1 | 3F | 34 |
| Octal | 70 | 136 | 322 | 111 | 67 | 0 | 22 | 341 | 77 | 64 |
| Binary | 111000 | 1011110 | 11010010 | 1001001 | 110111 | 0 | 10010 | 11100001 | 111111 | 110100 |
Color Harmonies of #385ED2
Complementary color
Monochromatic Colors of #385ED2
Black with #385ED2
Text Example
Text Example
White with #385ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ED2; }
p { color: rgb(56,94,210); }
H1.HeaderClassName
{
color: #385ED2;
}
.AnyTagClassName
{
color: #385ED2;
}
</style>
background-color css
<style>
a { background-color: #385ED2; }
a { background-color: rgb(56,94,210); }
div.DivClassName
{
background-color: #385ED2;
}
.BgClassName
{
background-color: #385ED2;
}
</style>
border-color css
<style>
span { border-color: #385ED2; }
span { border-color: rgb(56,94,210); }
td.TdClassName
{
border-color: #385ED2;
}
.TagClassName
{
border-color: #385ED2;
}
</style>