Shades of Free Speech Blue #383ECE
Tints of Free Speech Blue #383ECE
RGB
CMYK
RGB Variations
Color information
#383ECE (or 0x383ECE) is known color: Free Speech Blue. HEX triplet: 38, 3E and CE. RGB value is (56,62,206). Sum of RGB (Red+Green+Blue) = 56+62+206=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #383ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ECE is #C7C131. Grayscale: #4C4C4C. Windows color (decimal): -13091122 or 13516344. OLE color: 13516344.
HSL color Cylindrical-coordinate representation of color #383ECE: hue angle of 237.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383ECE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 62 | 206 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.19 |
| HSL | 237.6º | 0.6% | 0.51% | - |
| HSV(B) | 237.6º | 0.73% | 0.81% | - |
| XYZ | 14.49 | 8.74 | 59.32 | - |
| YUV | 76.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 206 | 0.73 | 0.70 | 0 | 0.19 | 237.6 | 0.6 | 0.51 |
| Hex | 38 | 3E | CE | 49 | 46 | 0 | 13 | EE | 3C | 33 |
| Octal | 70 | 76 | 316 | 111 | 106 | 0 | 23 | 356 | 74 | 63 |
| Binary | 111000 | 111110 | 11001110 | 1001001 | 1000110 | 0 | 10011 | 11101110 | 111100 | 110011 |
Color Harmonies of #383ECE
Complementary color
Monochromatic Colors of #383ECE
Black with #383ECE
Text Example
Text Example
White with #383ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ECE; }
p { color: rgb(56,62,206); }
H1.HeaderClassName
{
color: #383ECE;
}
.AnyTagClassName
{
color: #383ECE;
}
</style>
background-color css
<style>
a { background-color: #383ECE; }
a { background-color: rgb(56,62,206); }
div.DivClassName
{
background-color: #383ECE;
}
.BgClassName
{
background-color: #383ECE;
}
</style>
border-color css
<style>
span { border-color: #383ECE; }
span { border-color: rgb(56,62,206); }
td.TdClassName
{
border-color: #383ECE;
}
.TagClassName
{
border-color: #383ECE;
}
</style>