Shades of Free Speech Blue #4334DA
Tints of Free Speech Blue #4334DA
RGB
CMYK
RGB Variations
Color information
#4334DA (or 0x4334DA) is known color: Free Speech Blue. HEX triplet: 43, 34 and DA. RGB value is (67,52,218). Sum of RGB (Red+Green+Blue) = 67+52+218=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #4334DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334DA is #BCCB25. Grayscale: #4A4A4A. Windows color (decimal): -12372774 or 14300227. OLE color: 14300227.
HSL color Cylindrical-coordinate representation of color #4334DA: hue angle of 245.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4334DA is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 52 | 218 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.15 |
| HSL | 245.42º | 0.69% | 0.53% | - |
| HSV(B) | 245.42º | 0.76% | 0.85% | - |
| XYZ | 16.2 | 8.71 | 67.16 | - |
| YUV | 75.41 | 208.47 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 218 | 0.69 | 0.76 | 0 | 0.15 | 245.42 | 0.69 | 0.53 |
| Hex | 43 | 34 | DA | 45 | 4C | 0 | F | F5 | 45 | 35 |
| Octal | 103 | 64 | 332 | 105 | 114 | 0 | 17 | 365 | 105 | 65 |
| Binary | 1000011 | 110100 | 11011010 | 1000101 | 1001100 | 0 | 1111 | 11110101 | 1000101 | 110101 |
Color Harmonies of #4334DA
Complementary color
Monochromatic Colors of #4334DA
Black with #4334DA
Text Example
Text Example
White with #4334DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334DA; }
p { color: rgb(67,52,218); }
H1.HeaderClassName
{
color: #4334DA;
}
.AnyTagClassName
{
color: #4334DA;
}
</style>
background-color css
<style>
a { background-color: #4334DA; }
a { background-color: rgb(67,52,218); }
div.DivClassName
{
background-color: #4334DA;
}
.BgClassName
{
background-color: #4334DA;
}
</style>
border-color css
<style>
span { border-color: #4334DA; }
span { border-color: rgb(67,52,218); }
td.TdClassName
{
border-color: #4334DA;
}
.TagClassName
{
border-color: #4334DA;
}
</style>