Shades of Free Speech Blue #383FDA
Tints of Free Speech Blue #383FDA
RGB
CMYK
RGB Variations
Color information
#383FDA (or 0x383FDA) is known color: Free Speech Blue. HEX triplet: 38, 3F and DA. RGB value is (56,63,218). Sum of RGB (Red+Green+Blue) = 56+63+218=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #383FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FDA is #C7C025. Grayscale: #4D4D4D. Windows color (decimal): -13090854 or 14303032. OLE color: 14303032.
HSL color Cylindrical-coordinate representation of color #383FDA: hue angle of 237.41º 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 #383FDA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 63 | 218 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.15 |
| HSL | 237.41º | 0.69% | 0.54% | - |
| HSV(B) | 237.41º | 0.74% | 0.85% | - |
| XYZ | 16.06 | 9.46 | 67.31 | - |
| YUV | 78.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 218 | 0.74 | 0.71 | 0 | 0.15 | 237.41 | 0.69 | 0.54 |
| Hex | 38 | 3F | DA | 4A | 47 | 0 | F | ED | 45 | 36 |
| Octal | 70 | 77 | 332 | 112 | 107 | 0 | 17 | 355 | 105 | 66 |
| Binary | 111000 | 111111 | 11011010 | 1001010 | 1000111 | 0 | 1111 | 11101101 | 1000101 | 110110 |
Color Harmonies of #383FDA
Complementary color
Monochromatic Colors of #383FDA
Black with #383FDA
Text Example
Text Example
White with #383FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FDA; }
p { color: rgb(56,63,218); }
H1.HeaderClassName
{
color: #383FDA;
}
.AnyTagClassName
{
color: #383FDA;
}
</style>
background-color css
<style>
a { background-color: #383FDA; }
a { background-color: rgb(56,63,218); }
div.DivClassName
{
background-color: #383FDA;
}
.BgClassName
{
background-color: #383FDA;
}
</style>
border-color css
<style>
span { border-color: #383FDA; }
span { border-color: rgb(56,63,218); }
td.TdClassName
{
border-color: #383FDA;
}
.TagClassName
{
border-color: #383FDA;
}
</style>