Shades of Free Speech Blue #385CCB
Tints of Free Speech Blue #385CCB
RGB
CMYK
RGB Variations
Color information
#385CCB (or 0x385CCB) is known color: Free Speech Blue. HEX triplet: 38, 5C and CB. RGB value is (56,92,203). Sum of RGB (Red+Green+Blue) = 56+92+203=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #385CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CCB is #C7A334. Grayscale: #5D5D5D. Windows color (decimal): -13083445 or 13327416. OLE color: 13327416.
HSL color Cylindrical-coordinate representation of color #385CCB: hue angle of 225.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385CCB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 92 | 203 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.20 |
| HSL | 225.31º | 0.59% | 0.51% | - |
| HSV(B) | 225.31º | 0.72% | 0.8% | - |
| XYZ | 16.24 | 12.81 | 58.12 | - |
| YUV | 93.89 | 189.57 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 203 | 0.72 | 0.55 | 0 | 0.20 | 225.31 | 0.59 | 0.51 |
| Hex | 38 | 5C | CB | 48 | 37 | 0 | 14 | E1 | 3B | 33 |
| Octal | 70 | 134 | 313 | 110 | 67 | 0 | 24 | 341 | 73 | 63 |
| Binary | 111000 | 1011100 | 11001011 | 1001000 | 110111 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #385CCB
Complementary color
Monochromatic Colors of #385CCB
Black with #385CCB
Text Example
Text Example
White with #385CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CCB; }
p { color: rgb(56,92,203); }
H1.HeaderClassName
{
color: #385CCB;
}
.AnyTagClassName
{
color: #385CCB;
}
</style>
background-color css
<style>
a { background-color: #385CCB; }
a { background-color: rgb(56,92,203); }
div.DivClassName
{
background-color: #385CCB;
}
.BgClassName
{
background-color: #385CCB;
}
</style>
border-color css
<style>
span { border-color: #385CCB; }
span { border-color: rgb(56,92,203); }
td.TdClassName
{
border-color: #385CCB;
}
.TagClassName
{
border-color: #385CCB;
}
</style>