Shades of Free Speech Blue #4335CF
Tints of Free Speech Blue #4335CF
RGB
CMYK
RGB Variations
Color information
#4335CF (or 0x4335CF) is known color: Free Speech Blue. HEX triplet: 43, 35 and CF. RGB value is (67,53,207). Sum of RGB (Red+Green+Blue) = 67+53+207=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #4335CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335CF is #BCCA30. Grayscale: #4A4A4A. Windows color (decimal): -12372529 or 13579587. OLE color: 13579587.
HSL color Cylindrical-coordinate representation of color #4335CF: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4335CF is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 53 | 207 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.19 |
| HSL | 245.45º | 0.62% | 0.51% | - |
| HSV(B) | 245.45º | 0.74% | 0.81% | - |
| XYZ | 14.85 | 8.24 | 59.84 | - |
| YUV | 74.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 207 | 0.68 | 0.74 | 0 | 0.19 | 245.45 | 0.62 | 0.51 |
| Hex | 43 | 35 | CF | 44 | 4A | 0 | 13 | F5 | 3E | 33 |
| Octal | 103 | 65 | 317 | 104 | 112 | 0 | 23 | 365 | 76 | 63 |
| Binary | 1000011 | 110101 | 11001111 | 1000100 | 1001010 | 0 | 10011 | 11110101 | 111110 | 110011 |
Color Harmonies of #4335CF
Complementary color
Monochromatic Colors of #4335CF
Black with #4335CF
Text Example
Text Example
White with #4335CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335CF; }
p { color: rgb(67,53,207); }
H1.HeaderClassName
{
color: #4335CF;
}
.AnyTagClassName
{
color: #4335CF;
}
</style>
background-color css
<style>
a { background-color: #4335CF; }
a { background-color: rgb(67,53,207); }
div.DivClassName
{
background-color: #4335CF;
}
.BgClassName
{
background-color: #4335CF;
}
</style>
border-color css
<style>
span { border-color: #4335CF; }
span { border-color: rgb(67,53,207); }
td.TdClassName
{
border-color: #4335CF;
}
.TagClassName
{
border-color: #4335CF;
}
</style>