Shades of Free Speech Blue #435BC5
Tints of Free Speech Blue #435BC5
RGB
CMYK
RGB Variations
Color information
#435BC5 (or 0x435BC5) is known color: Free Speech Blue. HEX triplet: 43, 5B and C5. RGB value is (67,91,197). Sum of RGB (Red+Green+Blue) = 67+91+197=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #435BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435BC5 is #BCA43A. Grayscale: #5F5F5F. Windows color (decimal): -12362811 or 12933955. OLE color: 12933955.
HSL color Cylindrical-coordinate representation of color #435BC5: hue angle of 228.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #435BC5 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 91 | 197 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.23 |
| HSL | 228.92º | 0.53% | 0.52% | - |
| HSV(B) | 228.92º | 0.66% | 0.77% | - |
| XYZ | 16.13 | 12.71 | 54.43 | - |
| YUV | 95.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 197 | 0.66 | 0.54 | 0 | 0.23 | 228.92 | 0.53 | 0.52 |
| Hex | 43 | 5B | C5 | 42 | 36 | 0 | 17 | E5 | 35 | 34 |
| Octal | 103 | 133 | 305 | 102 | 66 | 0 | 27 | 345 | 65 | 64 |
| Binary | 1000011 | 1011011 | 11000101 | 1000010 | 110110 | 0 | 10111 | 11100101 | 110101 | 110100 |
Color Harmonies of #435BC5
Complementary color
Monochromatic Colors of #435BC5
Black with #435BC5
Text Example
Text Example
White with #435BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BC5; }
p { color: rgb(67,91,197); }
H1.HeaderClassName
{
color: #435BC5;
}
.AnyTagClassName
{
color: #435BC5;
}
</style>
background-color css
<style>
a { background-color: #435BC5; }
a { background-color: rgb(67,91,197); }
div.DivClassName
{
background-color: #435BC5;
}
.BgClassName
{
background-color: #435BC5;
}
</style>
border-color css
<style>
span { border-color: #435BC5; }
span { border-color: rgb(67,91,197); }
td.TdClassName
{
border-color: #435BC5;
}
.TagClassName
{
border-color: #435BC5;
}
</style>