Shades of Free Speech Blue #3838CB
Tints of Free Speech Blue #3838CB
RGB
CMYK
RGB Variations
Color information
#3838CB (or 0x3838CB) is known color: Free Speech Blue. HEX triplet: 38, 38 and CB. RGB value is (56,56,203). Sum of RGB (Red+Green+Blue) = 56+56+203=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #3838CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3838CB is #C7C734. Grayscale: #484848. Windows color (decimal): -13092661 or 13318200. OLE color: 13318200.
HSL color Cylindrical-coordinate representation of color #3838CB: hue angle of 240º 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 #3838CB is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 56 | 203 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.20 |
| HSL | 240º | 0.59% | 0.51% | - |
| HSV(B) | 240º | 0.72% | 0.8% | - |
| XYZ | 13.82 | 7.98 | 57.31 | - |
| YUV | 72.76 | 201.5 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 203 | 0.72 | 0.72 | 0 | 0.20 | 240 | 0.59 | 0.51 |
| Hex | 38 | 38 | CB | 48 | 48 | 0 | 14 | F0 | 3B | 33 |
| Octal | 70 | 70 | 313 | 110 | 110 | 0 | 24 | 360 | 73 | 63 |
| Binary | 111000 | 111000 | 11001011 | 1001000 | 1001000 | 0 | 10100 | 11110000 | 111011 | 110011 |
Color Harmonies of #3838CB
Complementary color
Monochromatic Colors of #3838CB
Black with #3838CB
Text Example
Text Example
White with #3838CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3838CB; }
p { color: rgb(56,56,203); }
H1.HeaderClassName
{
color: #3838CB;
}
.AnyTagClassName
{
color: #3838CB;
}
</style>
background-color css
<style>
a { background-color: #3838CB; }
a { background-color: rgb(56,56,203); }
div.DivClassName
{
background-color: #3838CB;
}
.BgClassName
{
background-color: #3838CB;
}
</style>
border-color css
<style>
span { border-color: #3838CB; }
span { border-color: rgb(56,56,203); }
td.TdClassName
{
border-color: #3838CB;
}
.TagClassName
{
border-color: #3838CB;
}
</style>