Shades of Free Speech Blue #3845CB
Tints of Free Speech Blue #3845CB
RGB
CMYK
RGB Variations
Color information
#3845CB (or 0x3845CB) is known color: Free Speech Blue. HEX triplet: 38, 45 and CB. RGB value is (56,69,203). Sum of RGB (Red+Green+Blue) = 56+69+203=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #3845CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845CB is #C7BA34. Grayscale: #4F4F4F. Windows color (decimal): -13089333 or 13321528. OLE color: 13321528.
HSL color Cylindrical-coordinate representation of color #3845CB: hue angle of 234.69º 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 #3845CB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 69 | 203 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.20 |
| HSL | 234.69º | 0.59% | 0.51% | - |
| HSV(B) | 234.69º | 0.72% | 0.8% | - |
| XYZ | 14.54 | 9.41 | 57.55 | - |
| YUV | 80.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 203 | 0.72 | 0.66 | 0 | 0.20 | 234.69 | 0.59 | 0.51 |
| Hex | 38 | 45 | CB | 48 | 42 | 0 | 14 | EB | 3B | 33 |
| Octal | 70 | 105 | 313 | 110 | 102 | 0 | 24 | 353 | 73 | 63 |
| Binary | 111000 | 1000101 | 11001011 | 1001000 | 1000010 | 0 | 10100 | 11101011 | 111011 | 110011 |
Color Harmonies of #3845CB
Complementary color
Monochromatic Colors of #3845CB
Black with #3845CB
Text Example
Text Example
White with #3845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845CB; }
p { color: rgb(56,69,203); }
H1.HeaderClassName
{
color: #3845CB;
}
.AnyTagClassName
{
color: #3845CB;
}
</style>
background-color css
<style>
a { background-color: #3845CB; }
a { background-color: rgb(56,69,203); }
div.DivClassName
{
background-color: #3845CB;
}
.BgClassName
{
background-color: #3845CB;
}
</style>
border-color css
<style>
span { border-color: #3845CB; }
span { border-color: rgb(56,69,203); }
td.TdClassName
{
border-color: #3845CB;
}
.TagClassName
{
border-color: #3845CB;
}
</style>