Shades of Free Speech Blue #4353BE
Tints of Free Speech Blue #4353BE
RGB
CMYK
RGB Variations
Color information
#4353BE (or 0x4353BE) is known color: Free Speech Blue. HEX triplet: 43, 53 and BE. RGB value is (67,83,190). Sum of RGB (Red+Green+Blue) = 67+83+190=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #4353BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4353BE is #BCAC41. Grayscale: #595959. Windows color (decimal): -12364866 or 12473155. OLE color: 12473155.
HSL color Cylindrical-coordinate representation of color #4353BE: hue angle of 232.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4353BE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 83 | 190 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.25 |
| HSL | 232.2º | 0.49% | 0.5% | - |
| HSV(B) | 232.2º | 0.65% | 0.75% | - |
| XYZ | 14.7 | 11.1 | 50.08 | - |
| YUV | 90.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 190 | 0.65 | 0.56 | 0 | 0.25 | 232.2 | 0.49 | 0.5 |
| Hex | 43 | 53 | BE | 41 | 38 | 0 | 19 | E8 | 31 | 32 |
| Octal | 103 | 123 | 276 | 101 | 70 | 0 | 31 | 350 | 61 | 62 |
| Binary | 1000011 | 1010011 | 10111110 | 1000001 | 111000 | 0 | 11001 | 11101000 | 110001 | 110010 |
Color Harmonies of #4353BE
Complementary color
Monochromatic Colors of #4353BE
Black with #4353BE
Text Example
Text Example
White with #4353BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353BE; }
p { color: rgb(67,83,190); }
H1.HeaderClassName
{
color: #4353BE;
}
.AnyTagClassName
{
color: #4353BE;
}
</style>
background-color css
<style>
a { background-color: #4353BE; }
a { background-color: rgb(67,83,190); }
div.DivClassName
{
background-color: #4353BE;
}
.BgClassName
{
background-color: #4353BE;
}
</style>
border-color css
<style>
span { border-color: #4353BE; }
span { border-color: rgb(67,83,190); }
td.TdClassName
{
border-color: #4353BE;
}
.TagClassName
{
border-color: #4353BE;
}
</style>