Shades of Free Speech Blue #4234BA
Tints of Free Speech Blue #4234BA
RGB
CMYK
RGB Variations
Color information
#4234BA (or 0x4234BA) is known color: Free Speech Blue. HEX triplet: 42, 34 and BA. RGB value is (66,52,186). Sum of RGB (Red+Green+Blue) = 66+52+186=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #4234BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4234BA is #BDCB45. Grayscale: #464646. Windows color (decimal): -12438342 or 12203074. OLE color: 12203074.
HSL color Cylindrical-coordinate representation of color #4234BA: hue angle of 246.27º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4234BA is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 52 | 186 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.27 |
| HSL | 246.27º | 0.56% | 0.47% | - |
| HSV(B) | 246.27º | 0.72% | 0.73% | - |
| XYZ | 12.34 | 7.16 | 47.19 | - |
| YUV | 71.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 186 | 0.65 | 0.72 | 0 | 0.27 | 246.27 | 0.56 | 0.47 |
| Hex | 42 | 34 | BA | 41 | 48 | 0 | 1B | F6 | 38 | 2F |
| Octal | 102 | 64 | 272 | 101 | 110 | 0 | 33 | 366 | 70 | 57 |
| Binary | 1000010 | 110100 | 10111010 | 1000001 | 1001000 | 0 | 11011 | 11110110 | 111000 | 101111 |
Color Harmonies of #4234BA
Complementary color
Monochromatic Colors of #4234BA
Black with #4234BA
Text Example
Text Example
White with #4234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4234BA; }
p { color: rgb(66,52,186); }
H1.HeaderClassName
{
color: #4234BA;
}
.AnyTagClassName
{
color: #4234BA;
}
</style>
background-color css
<style>
a { background-color: #4234BA; }
a { background-color: rgb(66,52,186); }
div.DivClassName
{
background-color: #4234BA;
}
.BgClassName
{
background-color: #4234BA;
}
</style>
border-color css
<style>
span { border-color: #4234BA; }
span { border-color: rgb(66,52,186); }
td.TdClassName
{
border-color: #4234BA;
}
.TagClassName
{
border-color: #4234BA;
}
</style>