Shades of Free Speech Blue #4359C4
Tints of Free Speech Blue #4359C4
RGB
CMYK
RGB Variations
Color information
#4359C4 (or 0x4359C4) is known color: Free Speech Blue. HEX triplet: 43, 59 and C4. RGB value is (67,89,196). Sum of RGB (Red+Green+Blue) = 67+89+196=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #4359C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4359C4 is #BCA63B. Grayscale: #5E5E5E. Windows color (decimal): -12363324 or 12867907. OLE color: 12867907.
HSL color Cylindrical-coordinate representation of color #4359C4: hue angle of 229.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4359C4 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 89 | 196 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.23 |
| HSL | 229.77º | 0.52% | 0.52% | - |
| HSV(B) | 229.77º | 0.66% | 0.77% | - |
| XYZ | 15.85 | 12.32 | 53.77 | - |
| YUV | 94.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 196 | 0.66 | 0.55 | 0 | 0.23 | 229.77 | 0.52 | 0.52 |
| Hex | 43 | 59 | C4 | 42 | 37 | 0 | 17 | E6 | 34 | 34 |
| Octal | 103 | 131 | 304 | 102 | 67 | 0 | 27 | 346 | 64 | 64 |
| Binary | 1000011 | 1011001 | 11000100 | 1000010 | 110111 | 0 | 10111 | 11100110 | 110100 | 110100 |
Color Harmonies of #4359C4
Complementary color
Monochromatic Colors of #4359C4
Black with #4359C4
Text Example
Text Example
White with #4359C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4359C4; }
p { color: rgb(67,89,196); }
H1.HeaderClassName
{
color: #4359C4;
}
.AnyTagClassName
{
color: #4359C4;
}
</style>
background-color css
<style>
a { background-color: #4359C4; }
a { background-color: rgb(67,89,196); }
div.DivClassName
{
background-color: #4359C4;
}
.BgClassName
{
background-color: #4359C4;
}
</style>
border-color css
<style>
span { border-color: #4359C4; }
span { border-color: rgb(67,89,196); }
td.TdClassName
{
border-color: #4359C4;
}
.TagClassName
{
border-color: #4359C4;
}
</style>