Shades of Free Speech Blue #435BBC
Tints of Free Speech Blue #435BBC
RGB
CMYK
RGB Variations
Color information
#435BBC (or 0x435BBC) is known color: Free Speech Blue. HEX triplet: 43, 5B and BC. RGB value is (67,91,188). Sum of RGB (Red+Green+Blue) = 67+91+188=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #435BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435BBC is #BCA443. Grayscale: #5E5E5E. Windows color (decimal): -12362820 or 12344131. OLE color: 12344131.
HSL color Cylindrical-coordinate representation of color #435BBC: hue angle of 228.1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #435BBC is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 91 | 188 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.26 |
| HSL | 228.1º | 0.47% | 0.5% | - |
| HSV(B) | 228.1º | 0.64% | 0.74% | - |
| XYZ | 15.13 | 12.31 | 49.15 | - |
| YUV | 94.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 188 | 0.64 | 0.52 | 0 | 0.26 | 228.1 | 0.47 | 0.5 |
| Hex | 43 | 5B | BC | 40 | 34 | 0 | 1A | E4 | 2F | 32 |
| Octal | 103 | 133 | 274 | 100 | 64 | 0 | 32 | 344 | 57 | 62 |
| Binary | 1000011 | 1011011 | 10111100 | 1000000 | 110100 | 0 | 11010 | 11100100 | 101111 | 110010 |
Color Harmonies of #435BBC
Complementary color
Monochromatic Colors of #435BBC
Black with #435BBC
Text Example
Text Example
White with #435BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BBC; }
p { color: rgb(67,91,188); }
H1.HeaderClassName
{
color: #435BBC;
}
.AnyTagClassName
{
color: #435BBC;
}
</style>
background-color css
<style>
a { background-color: #435BBC; }
a { background-color: rgb(67,91,188); }
div.DivClassName
{
background-color: #435BBC;
}
.BgClassName
{
background-color: #435BBC;
}
</style>
border-color css
<style>
span { border-color: #435BBC; }
span { border-color: rgb(67,91,188); }
td.TdClassName
{
border-color: #435BBC;
}
.TagClassName
{
border-color: #435BBC;
}
</style>