Shades of Free Speech Blue #4334D0
Tints of Free Speech Blue #4334D0
RGB
CMYK
RGB Variations
Color information
#4334D0 (or 0x4334D0) is known color: Free Speech Blue. HEX triplet: 43, 34 and D0. RGB value is (67,52,208). Sum of RGB (Red+Green+Blue) = 67+52+208=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #4334D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334D0 is #BCCB2F. Grayscale: #494949. Windows color (decimal): -12372784 or 13644867. OLE color: 13644867.
HSL color Cylindrical-coordinate representation of color #4334D0: hue angle of 245.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4334D0 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 52 | 208 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.18 |
| HSL | 245.77º | 0.62% | 0.51% | - |
| HSV(B) | 245.77º | 0.75% | 0.82% | - |
| XYZ | 14.93 | 8.2 | 60.47 | - |
| YUV | 74.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 208 | 0.68 | 0.75 | 0 | 0.18 | 245.77 | 0.62 | 0.51 |
| Hex | 43 | 34 | D0 | 44 | 4B | 0 | 12 | F6 | 3E | 33 |
| Octal | 103 | 64 | 320 | 104 | 113 | 0 | 22 | 366 | 76 | 63 |
| Binary | 1000011 | 110100 | 11010000 | 1000100 | 1001011 | 0 | 10010 | 11110110 | 111110 | 110011 |
Color Harmonies of #4334D0
Complementary color
Monochromatic Colors of #4334D0
Black with #4334D0
Text Example
Text Example
White with #4334D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334D0; }
p { color: rgb(67,52,208); }
H1.HeaderClassName
{
color: #4334D0;
}
.AnyTagClassName
{
color: #4334D0;
}
</style>
background-color css
<style>
a { background-color: #4334D0; }
a { background-color: rgb(67,52,208); }
div.DivClassName
{
background-color: #4334D0;
}
.BgClassName
{
background-color: #4334D0;
}
</style>
border-color css
<style>
span { border-color: #4334D0; }
span { border-color: rgb(67,52,208); }
td.TdClassName
{
border-color: #4334D0;
}
.TagClassName
{
border-color: #4334D0;
}
</style>