Shades of Free Speech Blue #4357C8
Tints of Free Speech Blue #4357C8
RGB
CMYK
RGB Variations
Color information
#4357C8 (or 0x4357C8) is known color: Free Speech Blue. HEX triplet: 43, 57 and C8. RGB value is (67,87,200). Sum of RGB (Red+Green+Blue) = 67+87+200=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #4357C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4357C8 is #BCA837. Grayscale: #5D5D5D. Windows color (decimal): -12363832 or 13129539. OLE color: 13129539.
HSL color Cylindrical-coordinate representation of color #4357C8: hue angle of 230.98º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4357C8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 87 | 200 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.22 |
| HSL | 230.98º | 0.55% | 0.52% | - |
| HSV(B) | 230.98º | 0.67% | 0.78% | - |
| XYZ | 16.15 | 12.18 | 56.14 | - |
| YUV | 93.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 200 | 0.66 | 0.56 | 0 | 0.22 | 230.98 | 0.55 | 0.52 |
| Hex | 43 | 57 | C8 | 42 | 38 | 0 | 16 | E7 | 37 | 34 |
| Octal | 103 | 127 | 310 | 102 | 70 | 0 | 26 | 347 | 67 | 64 |
| Binary | 1000011 | 1010111 | 11001000 | 1000010 | 111000 | 0 | 10110 | 11100111 | 110111 | 110100 |
Color Harmonies of #4357C8
Complementary color
Monochromatic Colors of #4357C8
Black with #4357C8
Text Example
Text Example
White with #4357C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4357C8; }
p { color: rgb(67,87,200); }
H1.HeaderClassName
{
color: #4357C8;
}
.AnyTagClassName
{
color: #4357C8;
}
</style>
background-color css
<style>
a { background-color: #4357C8; }
a { background-color: rgb(67,87,200); }
div.DivClassName
{
background-color: #4357C8;
}
.BgClassName
{
background-color: #4357C8;
}
</style>
border-color css
<style>
span { border-color: #4357C8; }
span { border-color: rgb(67,87,200); }
td.TdClassName
{
border-color: #4357C8;
}
.TagClassName
{
border-color: #4357C8;
}
</style>