Shades of Free Speech Blue #435BCD
Tints of Free Speech Blue #435BCD
RGB
CMYK
RGB Variations
Color information
#435BCD (or 0x435BCD) is known color: Free Speech Blue. HEX triplet: 43, 5B and CD. RGB value is (67,91,205). Sum of RGB (Red+Green+Blue) = 67+91+205=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #435BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435BCD is #BCA432. Grayscale: #606060. Windows color (decimal): -12362803 or 13458243. OLE color: 13458243.
HSL color Cylindrical-coordinate representation of color #435BCD: hue angle of 229.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #435BCD is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 91 | 205 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.20 |
| HSL | 229.57º | 0.58% | 0.53% | - |
| HSV(B) | 229.57º | 0.67% | 0.8% | - |
| XYZ | 17.08 | 13.08 | 59.38 | - |
| YUV | 96.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 205 | 0.67 | 0.56 | 0 | 0.20 | 229.57 | 0.58 | 0.53 |
| Hex | 43 | 5B | CD | 43 | 38 | 0 | 14 | E6 | 3A | 35 |
| Octal | 103 | 133 | 315 | 103 | 70 | 0 | 24 | 346 | 72 | 65 |
| Binary | 1000011 | 1011011 | 11001101 | 1000011 | 111000 | 0 | 10100 | 11100110 | 111010 | 110101 |
Color Harmonies of #435BCD
Complementary color
Monochromatic Colors of #435BCD
Black with #435BCD
Text Example
Text Example
White with #435BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BCD; }
p { color: rgb(67,91,205); }
H1.HeaderClassName
{
color: #435BCD;
}
.AnyTagClassName
{
color: #435BCD;
}
</style>
background-color css
<style>
a { background-color: #435BCD; }
a { background-color: rgb(67,91,205); }
div.DivClassName
{
background-color: #435BCD;
}
.BgClassName
{
background-color: #435BCD;
}
</style>
border-color css
<style>
span { border-color: #435BCD; }
span { border-color: rgb(67,91,205); }
td.TdClassName
{
border-color: #435BCD;
}
.TagClassName
{
border-color: #435BCD;
}
</style>