Shades of Free Speech Blue #4334CE
Tints of Free Speech Blue #4334CE
RGB
CMYK
RGB Variations
Color information
#4334CE (or 0x4334CE) is known color: Free Speech Blue. HEX triplet: 43, 34 and CE. RGB value is (67,52,206). Sum of RGB (Red+Green+Blue) = 67+52+206=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #4334CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334CE is #BCCB31. Grayscale: #494949. Windows color (decimal): -12372786 or 13513795. OLE color: 13513795.
HSL color Cylindrical-coordinate representation of color #4334CE: hue angle of 245.84º 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 #4334CE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 52 | 206 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.19 |
| HSL | 245.84º | 0.61% | 0.51% | - |
| HSV(B) | 245.84º | 0.75% | 0.81% | - |
| XYZ | 14.68 | 8.11 | 59.18 | - |
| YUV | 74.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 206 | 0.67 | 0.75 | 0 | 0.19 | 245.84 | 0.61 | 0.51 |
| Hex | 43 | 34 | CE | 43 | 4B | 0 | 13 | F6 | 3D | 33 |
| Octal | 103 | 64 | 316 | 103 | 113 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000011 | 110100 | 11001110 | 1000011 | 1001011 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4334CE
Complementary color
Monochromatic Colors of #4334CE
Black with #4334CE
Text Example
Text Example
White with #4334CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334CE; }
p { color: rgb(67,52,206); }
H1.HeaderClassName
{
color: #4334CE;
}
.AnyTagClassName
{
color: #4334CE;
}
</style>
background-color css
<style>
a { background-color: #4334CE; }
a { background-color: rgb(67,52,206); }
div.DivClassName
{
background-color: #4334CE;
}
.BgClassName
{
background-color: #4334CE;
}
</style>
border-color css
<style>
span { border-color: #4334CE; }
span { border-color: rgb(67,52,206); }
td.TdClassName
{
border-color: #4334CE;
}
.TagClassName
{
border-color: #4334CE;
}
</style>