Shades of Free Speech Blue #435DC1
Tints of Free Speech Blue #435DC1
RGB
CMYK
RGB Variations
Color information
#435DC1 (or 0x435DC1) is known color: Free Speech Blue. HEX triplet: 43, 5D and C1. RGB value is (67,93,193). Sum of RGB (Red+Green+Blue) = 67+93+193=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #435DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DC1 is #BCA23E. Grayscale: #606060. Windows color (decimal): -12362303 or 12672323. OLE color: 12672323.
HSL color Cylindrical-coordinate representation of color #435DC1: hue angle of 227.62º 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 #435DC1 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 93 | 193 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.24 |
| HSL | 227.62º | 0.5% | 0.51% | - |
| HSV(B) | 227.62º | 0.65% | 0.76% | - |
| XYZ | 15.85 | 12.87 | 52.1 | - |
| YUV | 96.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 193 | 0.65 | 0.52 | 0 | 0.24 | 227.62 | 0.5 | 0.51 |
| Hex | 43 | 5D | C1 | 41 | 34 | 0 | 18 | E4 | 32 | 33 |
| Octal | 103 | 135 | 301 | 101 | 64 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000011 | 1011101 | 11000001 | 1000001 | 110100 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #435DC1
Complementary color
Monochromatic Colors of #435DC1
Black with #435DC1
Text Example
Text Example
White with #435DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DC1; }
p { color: rgb(67,93,193); }
H1.HeaderClassName
{
color: #435DC1;
}
.AnyTagClassName
{
color: #435DC1;
}
</style>
background-color css
<style>
a { background-color: #435DC1; }
a { background-color: rgb(67,93,193); }
div.DivClassName
{
background-color: #435DC1;
}
.BgClassName
{
background-color: #435DC1;
}
</style>
border-color css
<style>
span { border-color: #435DC1; }
span { border-color: rgb(67,93,193); }
td.TdClassName
{
border-color: #435DC1;
}
.TagClassName
{
border-color: #435DC1;
}
</style>