Shades of Free Speech Blue #383ECF
Tints of Free Speech Blue #383ECF
RGB
CMYK
RGB Variations
Color information
#383ECF (or 0x383ECF) is known color: Free Speech Blue. HEX triplet: 38, 3E and CF. RGB value is (56,62,207). Sum of RGB (Red+Green+Blue) = 56+62+207=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #383ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ECF is #C7C130. Grayscale: #4C4C4C. Windows color (decimal): -13091121 or 13581880. OLE color: 13581880.
HSL color Cylindrical-coordinate representation of color #383ECF: hue angle of 237.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383ECF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 62 | 207 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.19 |
| HSL | 237.62º | 0.61% | 0.52% | - |
| HSV(B) | 237.62º | 0.73% | 0.81% | - |
| XYZ | 14.62 | 8.79 | 59.96 | - |
| YUV | 76.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 207 | 0.73 | 0.70 | 0 | 0.19 | 237.62 | 0.61 | 0.52 |
| Hex | 38 | 3E | CF | 49 | 46 | 0 | 13 | EE | 3D | 34 |
| Octal | 70 | 76 | 317 | 111 | 106 | 0 | 23 | 356 | 75 | 64 |
| Binary | 111000 | 111110 | 11001111 | 1001001 | 1000110 | 0 | 10011 | 11101110 | 111101 | 110100 |
Color Harmonies of #383ECF
Complementary color
Monochromatic Colors of #383ECF
Black with #383ECF
Text Example
Text Example
White with #383ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ECF; }
p { color: rgb(56,62,207); }
H1.HeaderClassName
{
color: #383ECF;
}
.AnyTagClassName
{
color: #383ECF;
}
</style>
background-color css
<style>
a { background-color: #383ECF; }
a { background-color: rgb(56,62,207); }
div.DivClassName
{
background-color: #383ECF;
}
.BgClassName
{
background-color: #383ECF;
}
</style>
border-color css
<style>
span { border-color: #383ECF; }
span { border-color: rgb(56,62,207); }
td.TdClassName
{
border-color: #383ECF;
}
.TagClassName
{
border-color: #383ECF;
}
</style>