Shades of Free Speech Blue #4238CF
Tints of Free Speech Blue #4238CF
RGB
CMYK
RGB Variations
Color information
#4238CF (or 0x4238CF) is known color: Free Speech Blue. HEX triplet: 42, 38 and CF. RGB value is (66,56,207). Sum of RGB (Red+Green+Blue) = 66+56+207=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4238CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238CF is #BDC730. Grayscale: #4B4B4B. Windows color (decimal): -12437297 or 13580354. OLE color: 13580354.
HSL color Cylindrical-coordinate representation of color #4238CF: hue angle of 243.97º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4238CF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 56 | 207 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.19 |
| HSL | 243.97º | 0.61% | 0.52% | - |
| HSV(B) | 243.97º | 0.73% | 0.81% | - |
| XYZ | 14.92 | 8.49 | 59.88 | - |
| YUV | 76.2 | 201.81 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 207 | 0.68 | 0.73 | 0 | 0.19 | 243.97 | 0.61 | 0.52 |
| Hex | 42 | 38 | CF | 44 | 49 | 0 | 13 | F4 | 3D | 34 |
| Octal | 102 | 70 | 317 | 104 | 111 | 0 | 23 | 364 | 75 | 64 |
| Binary | 1000010 | 111000 | 11001111 | 1000100 | 1001001 | 0 | 10011 | 11110100 | 111101 | 110100 |
Color Harmonies of #4238CF
Complementary color
Monochromatic Colors of #4238CF
Black with #4238CF
Text Example
Text Example
White with #4238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238CF; }
p { color: rgb(66,56,207); }
H1.HeaderClassName
{
color: #4238CF;
}
.AnyTagClassName
{
color: #4238CF;
}
</style>
background-color css
<style>
a { background-color: #4238CF; }
a { background-color: rgb(66,56,207); }
div.DivClassName
{
background-color: #4238CF;
}
.BgClassName
{
background-color: #4238CF;
}
</style>
border-color css
<style>
span { border-color: #4238CF; }
span { border-color: rgb(66,56,207); }
td.TdClassName
{
border-color: #4238CF;
}
.TagClassName
{
border-color: #4238CF;
}
</style>