Shades of Free Speech Blue #435EC8
Tints of Free Speech Blue #435EC8
RGB
CMYK
RGB Variations
Color information
#435EC8 (or 0x435EC8) is known color: Free Speech Blue. HEX triplet: 43, 5E and C8. RGB value is (67,94,200). Sum of RGB (Red+Green+Blue) = 67+94+200=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #435EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435EC8 is #BCA137. Grayscale: #616161. Windows color (decimal): -12362040 or 13131331. OLE color: 13131331.
HSL color Cylindrical-coordinate representation of color #435EC8: hue angle of 227.82º 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 #435EC8 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 94 | 200 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.22 |
| HSL | 227.82º | 0.55% | 0.52% | - |
| HSV(B) | 227.82º | 0.67% | 0.78% | - |
| XYZ | 16.74 | 13.37 | 56.34 | - |
| YUV | 98.01 | 185.55 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 200 | 0.66 | 0.53 | 0 | 0.22 | 227.82 | 0.55 | 0.52 |
| Hex | 43 | 5E | C8 | 42 | 35 | 0 | 16 | E4 | 37 | 34 |
| Octal | 103 | 136 | 310 | 102 | 65 | 0 | 26 | 344 | 67 | 64 |
| Binary | 1000011 | 1011110 | 11001000 | 1000010 | 110101 | 0 | 10110 | 11100100 | 110111 | 110100 |
Color Harmonies of #435EC8
Complementary color
Monochromatic Colors of #435EC8
Black with #435EC8
Text Example
Text Example
White with #435EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435EC8; }
p { color: rgb(67,94,200); }
H1.HeaderClassName
{
color: #435EC8;
}
.AnyTagClassName
{
color: #435EC8;
}
</style>
background-color css
<style>
a { background-color: #435EC8; }
a { background-color: rgb(67,94,200); }
div.DivClassName
{
background-color: #435EC8;
}
.BgClassName
{
background-color: #435EC8;
}
</style>
border-color css
<style>
span { border-color: #435EC8; }
span { border-color: rgb(67,94,200); }
td.TdClassName
{
border-color: #435EC8;
}
.TagClassName
{
border-color: #435EC8;
}
</style>