Shades of Free Speech Blue #4353CF
Tints of Free Speech Blue #4353CF
RGB
CMYK
RGB Variations
Color information
#4353CF (or 0x4353CF) is known color: Free Speech Blue. HEX triplet: 43, 53 and CF. RGB value is (67,83,207). Sum of RGB (Red+Green+Blue) = 67+83+207=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4353CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4353CF is #BCAC30. Grayscale: #5B5B5B. Windows color (decimal): -12364849 or 13587267. OLE color: 13587267.
HSL color Cylindrical-coordinate representation of color #4353CF: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4353CF is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 83 | 207 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.19 |
| HSL | 233.14º | 0.59% | 0.54% | - |
| HSV(B) | 233.14º | 0.68% | 0.81% | - |
| XYZ | 16.67 | 11.88 | 60.45 | - |
| YUV | 92.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 207 | 0.68 | 0.60 | 0 | 0.19 | 233.14 | 0.59 | 0.54 |
| Hex | 43 | 53 | CF | 44 | 3C | 0 | 13 | E9 | 3B | 36 |
| Octal | 103 | 123 | 317 | 104 | 74 | 0 | 23 | 351 | 73 | 66 |
| Binary | 1000011 | 1010011 | 11001111 | 1000100 | 111100 | 0 | 10011 | 11101001 | 111011 | 110110 |
Color Harmonies of #4353CF
Complementary color
Monochromatic Colors of #4353CF
Black with #4353CF
Text Example
Text Example
White with #4353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353CF; }
p { color: rgb(67,83,207); }
H1.HeaderClassName
{
color: #4353CF;
}
.AnyTagClassName
{
color: #4353CF;
}
</style>
background-color css
<style>
a { background-color: #4353CF; }
a { background-color: rgb(67,83,207); }
div.DivClassName
{
background-color: #4353CF;
}
.BgClassName
{
background-color: #4353CF;
}
</style>
border-color css
<style>
span { border-color: #4353CF; }
span { border-color: rgb(67,83,207); }
td.TdClassName
{
border-color: #4353CF;
}
.TagClassName
{
border-color: #4353CF;
}
</style>