Shades of Free Speech Blue #385CC5
Tints of Free Speech Blue #385CC5
RGB
CMYK
RGB Variations
Color information
#385CC5 (or 0x385CC5) is known color: Free Speech Blue. HEX triplet: 38, 5C and C5. RGB value is (56,92,197). Sum of RGB (Red+Green+Blue) = 56+92+197=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #385CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CC5 is #C7A33A. Grayscale: #5C5C5C. Windows color (decimal): -13083451 or 12934200. OLE color: 12934200.
HSL color Cylindrical-coordinate representation of color #385CC5: hue angle of 224.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385CC5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 92 | 197 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.23 |
| HSL | 224.68º | 0.56% | 0.5% | - |
| HSV(B) | 224.68º | 0.72% | 0.77% | - |
| XYZ | 15.54 | 12.53 | 54.42 | - |
| YUV | 93.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 197 | 0.72 | 0.53 | 0 | 0.23 | 224.68 | 0.56 | 0.5 |
| Hex | 38 | 5C | C5 | 48 | 35 | 0 | 17 | E1 | 38 | 32 |
| Octal | 70 | 134 | 305 | 110 | 65 | 0 | 27 | 341 | 70 | 62 |
| Binary | 111000 | 1011100 | 11000101 | 1001000 | 110101 | 0 | 10111 | 11100001 | 111000 | 110010 |
Color Harmonies of #385CC5
Complementary color
Monochromatic Colors of #385CC5
Black with #385CC5
Text Example
Text Example
White with #385CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CC5; }
p { color: rgb(56,92,197); }
H1.HeaderClassName
{
color: #385CC5;
}
.AnyTagClassName
{
color: #385CC5;
}
</style>
background-color css
<style>
a { background-color: #385CC5; }
a { background-color: rgb(56,92,197); }
div.DivClassName
{
background-color: #385CC5;
}
.BgClassName
{
background-color: #385CC5;
}
</style>
border-color css
<style>
span { border-color: #385CC5; }
span { border-color: rgb(56,92,197); }
td.TdClassName
{
border-color: #385CC5;
}
.TagClassName
{
border-color: #385CC5;
}
</style>