Shades of Free Speech Blue #435CC1
Tints of Free Speech Blue #435CC1
RGB
CMYK
RGB Variations
Color information
#435CC1 (or 0x435CC1) is known color: Free Speech Blue. HEX triplet: 43, 5C and C1. RGB value is (67,92,193). Sum of RGB (Red+Green+Blue) = 67+92+193=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #435CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435CC1 is #BCA33E. Grayscale: #5F5F5F. Windows color (decimal): -12362559 or 12672067. OLE color: 12672067.
HSL color Cylindrical-coordinate representation of color #435CC1: hue angle of 228.1º 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 #435CC1 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 92 | 193 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.24 |
| HSL | 228.1º | 0.5% | 0.51% | - |
| HSV(B) | 228.1º | 0.65% | 0.76% | - |
| XYZ | 15.77 | 12.7 | 52.07 | - |
| YUV | 96.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 193 | 0.65 | 0.52 | 0 | 0.24 | 228.1 | 0.5 | 0.51 |
| Hex | 43 | 5C | C1 | 41 | 34 | 0 | 18 | E4 | 32 | 33 |
| Octal | 103 | 134 | 301 | 101 | 64 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000011 | 1011100 | 11000001 | 1000001 | 110100 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #435CC1
Complementary color
Monochromatic Colors of #435CC1
Black with #435CC1
Text Example
Text Example
White with #435CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435CC1; }
p { color: rgb(67,92,193); }
H1.HeaderClassName
{
color: #435CC1;
}
.AnyTagClassName
{
color: #435CC1;
}
</style>
background-color css
<style>
a { background-color: #435CC1; }
a { background-color: rgb(67,92,193); }
div.DivClassName
{
background-color: #435CC1;
}
.BgClassName
{
background-color: #435CC1;
}
</style>
border-color css
<style>
span { border-color: #435CC1; }
span { border-color: rgb(67,92,193); }
td.TdClassName
{
border-color: #435CC1;
}
.TagClassName
{
border-color: #435CC1;
}
</style>