Shades of Free Speech Blue #4338D8
Tints of Free Speech Blue #4338D8
RGB
CMYK
RGB Variations
Color information
#4338D8 (or 0x4338D8) is known color: Free Speech Blue. HEX triplet: 43, 38 and D8. RGB value is (67,56,216). Sum of RGB (Red+Green+Blue) = 67+56+216=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #4338D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4338D8 is #BCC727. Grayscale: #4C4C4C. Windows color (decimal): -12371752 or 14170179. OLE color: 14170179.
HSL color Cylindrical-coordinate representation of color #4338D8: hue angle of 244.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4338D8 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 56 | 216 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.15 |
| HSL | 244.13º | 0.67% | 0.53% | - |
| HSV(B) | 244.13º | 0.74% | 0.85% | - |
| XYZ | 16.12 | 8.98 | 65.85 | - |
| YUV | 77.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 216 | 0.69 | 0.74 | 0 | 0.15 | 244.13 | 0.67 | 0.53 |
| Hex | 43 | 38 | D8 | 45 | 4A | 0 | F | F4 | 43 | 35 |
| Octal | 103 | 70 | 330 | 105 | 112 | 0 | 17 | 364 | 103 | 65 |
| Binary | 1000011 | 111000 | 11011000 | 1000101 | 1001010 | 0 | 1111 | 11110100 | 1000011 | 110101 |
Color Harmonies of #4338D8
Complementary color
Monochromatic Colors of #4338D8
Black with #4338D8
Text Example
Text Example
White with #4338D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338D8; }
p { color: rgb(67,56,216); }
H1.HeaderClassName
{
color: #4338D8;
}
.AnyTagClassName
{
color: #4338D8;
}
</style>
background-color css
<style>
a { background-color: #4338D8; }
a { background-color: rgb(67,56,216); }
div.DivClassName
{
background-color: #4338D8;
}
.BgClassName
{
background-color: #4338D8;
}
</style>
border-color css
<style>
span { border-color: #4338D8; }
span { border-color: rgb(67,56,216); }
td.TdClassName
{
border-color: #4338D8;
}
.TagClassName
{
border-color: #4338D8;
}
</style>