Shades of Free Speech Blue #4238DA
Tints of Free Speech Blue #4238DA
RGB
CMYK
RGB Variations
Color information
#4238DA (or 0x4238DA) is known color: Free Speech Blue. HEX triplet: 42, 38 and DA. RGB value is (66,56,218). Sum of RGB (Red+Green+Blue) = 66+56+218=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #4238DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238DA is #BDC725. Grayscale: #4C4C4C. Windows color (decimal): -12437286 or 14301250. OLE color: 14301250.
HSL color Cylindrical-coordinate representation of color #4238DA: hue angle of 243.7º 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 #4238DA is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 56 | 218 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.15 |
| HSL | 243.7º | 0.69% | 0.54% | - |
| HSV(B) | 243.7º | 0.74% | 0.85% | - |
| XYZ | 16.32 | 9.05 | 67.22 | - |
| YUV | 77.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 218 | 0.70 | 0.74 | 0 | 0.15 | 243.7 | 0.69 | 0.54 |
| Hex | 42 | 38 | DA | 46 | 4A | 0 | F | F4 | 45 | 36 |
| Octal | 102 | 70 | 332 | 106 | 112 | 0 | 17 | 364 | 105 | 66 |
| Binary | 1000010 | 111000 | 11011010 | 1000110 | 1001010 | 0 | 1111 | 11110100 | 1000101 | 110110 |
Color Harmonies of #4238DA
Complementary color
Monochromatic Colors of #4238DA
Black with #4238DA
Text Example
Text Example
White with #4238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238DA; }
p { color: rgb(66,56,218); }
H1.HeaderClassName
{
color: #4238DA;
}
.AnyTagClassName
{
color: #4238DA;
}
</style>
background-color css
<style>
a { background-color: #4238DA; }
a { background-color: rgb(66,56,218); }
div.DivClassName
{
background-color: #4238DA;
}
.BgClassName
{
background-color: #4238DA;
}
</style>
border-color css
<style>
span { border-color: #4238DA; }
span { border-color: rgb(66,56,218); }
td.TdClassName
{
border-color: #4238DA;
}
.TagClassName
{
border-color: #4238DA;
}
</style>