Shades of Free Speech Blue #385CC2
Tints of Free Speech Blue #385CC2
RGB
CMYK
RGB Variations
Color information
#385CC2 (or 0x385CC2) is known color: Free Speech Blue. HEX triplet: 38, 5C and C2. RGB value is (56,92,194). Sum of RGB (Red+Green+Blue) = 56+92+194=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #385CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CC2 is #C7A33D. Grayscale: #5C5C5C. Windows color (decimal): -13083454 or 12737592. OLE color: 12737592.
HSL color Cylindrical-coordinate representation of color #385CC2: hue angle of 224.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385CC2 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 92 | 194 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.24 |
| HSL | 224.35º | 0.55% | 0.49% | - |
| HSV(B) | 224.35º | 0.71% | 0.76% | - |
| XYZ | 15.2 | 12.39 | 52.63 | - |
| YUV | 92.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 194 | 0.71 | 0.53 | 0 | 0.24 | 224.35 | 0.55 | 0.49 |
| Hex | 38 | 5C | C2 | 47 | 35 | 0 | 18 | E0 | 37 | 31 |
| Octal | 70 | 134 | 302 | 107 | 65 | 0 | 30 | 340 | 67 | 61 |
| Binary | 111000 | 1011100 | 11000010 | 1000111 | 110101 | 0 | 11000 | 11100000 | 110111 | 110001 |
Color Harmonies of #385CC2
Complementary color
Monochromatic Colors of #385CC2
Black with #385CC2
Text Example
Text Example
White with #385CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CC2; }
p { color: rgb(56,92,194); }
H1.HeaderClassName
{
color: #385CC2;
}
.AnyTagClassName
{
color: #385CC2;
}
</style>
background-color css
<style>
a { background-color: #385CC2; }
a { background-color: rgb(56,92,194); }
div.DivClassName
{
background-color: #385CC2;
}
.BgClassName
{
background-color: #385CC2;
}
</style>
border-color css
<style>
span { border-color: #385CC2; }
span { border-color: rgb(56,92,194); }
td.TdClassName
{
border-color: #385CC2;
}
.TagClassName
{
border-color: #385CC2;
}
</style>