Shades of Free Speech Blue #4234CE
Tints of Free Speech Blue #4234CE
RGB
CMYK
RGB Variations
Color information
#4234CE (or 0x4234CE) is known color: Free Speech Blue. HEX triplet: 42, 34 and CE. RGB value is (66,52,206). Sum of RGB (Red+Green+Blue) = 66+52+206=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #4234CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4234CE is #BDCB31. Grayscale: #494949. Windows color (decimal): -12438322 or 13513794. OLE color: 13513794.
HSL color Cylindrical-coordinate representation of color #4234CE: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4234CE is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 52 | 206 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.19 |
| HSL | 245.45º | 0.61% | 0.51% | - |
| HSV(B) | 245.45º | 0.75% | 0.81% | - |
| XYZ | 14.62 | 8.07 | 59.18 | - |
| YUV | 73.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 206 | 0.68 | 0.75 | 0 | 0.19 | 245.45 | 0.61 | 0.51 |
| Hex | 42 | 34 | CE | 44 | 4B | 0 | 13 | F5 | 3D | 33 |
| Octal | 102 | 64 | 316 | 104 | 113 | 0 | 23 | 365 | 75 | 63 |
| Binary | 1000010 | 110100 | 11001110 | 1000100 | 1001011 | 0 | 10011 | 11110101 | 111101 | 110011 |
Color Harmonies of #4234CE
Complementary color
Monochromatic Colors of #4234CE
Black with #4234CE
Text Example
Text Example
White with #4234CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4234CE; }
p { color: rgb(66,52,206); }
H1.HeaderClassName
{
color: #4234CE;
}
.AnyTagClassName
{
color: #4234CE;
}
</style>
background-color css
<style>
a { background-color: #4234CE; }
a { background-color: rgb(66,52,206); }
div.DivClassName
{
background-color: #4234CE;
}
.BgClassName
{
background-color: #4234CE;
}
</style>
border-color css
<style>
span { border-color: #4234CE; }
span { border-color: rgb(66,52,206); }
td.TdClassName
{
border-color: #4234CE;
}
.TagClassName
{
border-color: #4234CE;
}
</style>