Shades of Free Speech Blue #435FC1
Tints of Free Speech Blue #435FC1
RGB
CMYK
RGB Variations
Color information
#435FC1 (or 0x435FC1) is known color: Free Speech Blue. HEX triplet: 43, 5F and C1. RGB value is (67,95,193). Sum of RGB (Red+Green+Blue) = 67+95+193=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #435FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435FC1 is #BCA03E. Grayscale: #616161. Windows color (decimal): -12361791 or 12672835. OLE color: 12672835.
HSL color Cylindrical-coordinate representation of color #435FC1: hue angle of 226.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #435FC1 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 95 | 193 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.24 |
| HSL | 226.67º | 0.5% | 0.51% | - |
| HSV(B) | 226.67º | 0.65% | 0.76% | - |
| XYZ | 16.03 | 13.23 | 52.16 | - |
| YUV | 97.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 193 | 0.65 | 0.51 | 0 | 0.24 | 226.67 | 0.5 | 0.51 |
| Hex | 43 | 5F | C1 | 41 | 33 | 0 | 18 | E3 | 32 | 33 |
| Octal | 103 | 137 | 301 | 101 | 63 | 0 | 30 | 343 | 62 | 63 |
| Binary | 1000011 | 1011111 | 11000001 | 1000001 | 110011 | 0 | 11000 | 11100011 | 110010 | 110011 |
Color Harmonies of #435FC1
Complementary color
Monochromatic Colors of #435FC1
Black with #435FC1
Text Example
Text Example
White with #435FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435FC1; }
p { color: rgb(67,95,193); }
H1.HeaderClassName
{
color: #435FC1;
}
.AnyTagClassName
{
color: #435FC1;
}
</style>
background-color css
<style>
a { background-color: #435FC1; }
a { background-color: rgb(67,95,193); }
div.DivClassName
{
background-color: #435FC1;
}
.BgClassName
{
background-color: #435FC1;
}
</style>
border-color css
<style>
span { border-color: #435FC1; }
span { border-color: rgb(67,95,193); }
td.TdClassName
{
border-color: #435FC1;
}
.TagClassName
{
border-color: #435FC1;
}
</style>