Shades of Free Speech Blue #383CDA
Tints of Free Speech Blue #383CDA
RGB
CMYK
RGB Variations
Color information
#383CDA (or 0x383CDA) is known color: Free Speech Blue. HEX triplet: 38, 3C and DA. RGB value is (56,60,218). Sum of RGB (Red+Green+Blue) = 56+60+218=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #383CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CDA is #C7C325. Grayscale: #4C4C4C. Windows color (decimal): -13091622 or 14302264. OLE color: 14302264.
HSL color Cylindrical-coordinate representation of color #383CDA: hue angle of 238.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #383CDA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 60 | 218 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.15 |
| HSL | 238.52º | 0.69% | 0.54% | - |
| HSV(B) | 238.52º | 0.74% | 0.85% | - |
| XYZ | 15.9 | 9.13 | 67.25 | - |
| YUV | 76.82 | 207.67 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 218 | 0.74 | 0.72 | 0 | 0.15 | 238.52 | 0.69 | 0.54 |
| Hex | 38 | 3C | DA | 4A | 48 | 0 | F | EF | 45 | 36 |
| Octal | 70 | 74 | 332 | 112 | 110 | 0 | 17 | 357 | 105 | 66 |
| Binary | 111000 | 111100 | 11011010 | 1001010 | 1001000 | 0 | 1111 | 11101111 | 1000101 | 110110 |
Color Harmonies of #383CDA
Complementary color
Monochromatic Colors of #383CDA
Black with #383CDA
Text Example
Text Example
White with #383CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CDA; }
p { color: rgb(56,60,218); }
H1.HeaderClassName
{
color: #383CDA;
}
.AnyTagClassName
{
color: #383CDA;
}
</style>
background-color css
<style>
a { background-color: #383CDA; }
a { background-color: rgb(56,60,218); }
div.DivClassName
{
background-color: #383CDA;
}
.BgClassName
{
background-color: #383CDA;
}
</style>
border-color css
<style>
span { border-color: #383CDA; }
span { border-color: rgb(56,60,218); }
td.TdClassName
{
border-color: #383CDA;
}
.TagClassName
{
border-color: #383CDA;
}
</style>