Shades of Free Speech Blue #383CCE
Tints of Free Speech Blue #383CCE
RGB
CMYK
RGB Variations
Color information
#383CCE (or 0x383CCE) is known color: Free Speech Blue. HEX triplet: 38, 3C and CE. RGB value is (56,60,206). Sum of RGB (Red+Green+Blue) = 56+60+206=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #383CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CCE is #C7C331. Grayscale: #4A4A4A. Windows color (decimal): -13091634 or 13515832. OLE color: 13515832.
HSL color Cylindrical-coordinate representation of color #383CCE: hue angle of 238.4º 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 #383CCE is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 60 | 206 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.19 |
| HSL | 238.4º | 0.6% | 0.51% | - |
| HSV(B) | 238.4º | 0.73% | 0.81% | - |
| XYZ | 14.39 | 8.53 | 59.28 | - |
| YUV | 75.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 206 | 0.73 | 0.71 | 0 | 0.19 | 238.4 | 0.6 | 0.51 |
| Hex | 38 | 3C | CE | 49 | 47 | 0 | 13 | EE | 3C | 33 |
| Octal | 70 | 74 | 316 | 111 | 107 | 0 | 23 | 356 | 74 | 63 |
| Binary | 111000 | 111100 | 11001110 | 1001001 | 1000111 | 0 | 10011 | 11101110 | 111100 | 110011 |
Color Harmonies of #383CCE
Complementary color
Monochromatic Colors of #383CCE
Black with #383CCE
Text Example
Text Example
White with #383CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CCE; }
p { color: rgb(56,60,206); }
H1.HeaderClassName
{
color: #383CCE;
}
.AnyTagClassName
{
color: #383CCE;
}
</style>
background-color css
<style>
a { background-color: #383CCE; }
a { background-color: rgb(56,60,206); }
div.DivClassName
{
background-color: #383CCE;
}
.BgClassName
{
background-color: #383CCE;
}
</style>
border-color css
<style>
span { border-color: #383CCE; }
span { border-color: rgb(56,60,206); }
td.TdClassName
{
border-color: #383CCE;
}
.TagClassName
{
border-color: #383CCE;
}
</style>