Shades of Free Speech Blue #435ABC
Tints of Free Speech Blue #435ABC
RGB
CMYK
RGB Variations
Color information
#435ABC (or 0x435ABC) is known color: Free Speech Blue. HEX triplet: 43, 5A and BC. RGB value is (67,90,188). Sum of RGB (Red+Green+Blue) = 67+90+188=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #435ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435ABC is #BCA543. Grayscale: #5D5D5D. Windows color (decimal): -12363076 or 12343875. OLE color: 12343875.
HSL color Cylindrical-coordinate representation of color #435ABC: hue angle of 228.6º 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 #435ABC is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 90 | 188 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.26 |
| HSL | 228.6º | 0.47% | 0.5% | - |
| HSV(B) | 228.6º | 0.64% | 0.74% | - |
| XYZ | 15.05 | 12.14 | 49.13 | - |
| YUV | 94.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 188 | 0.64 | 0.52 | 0 | 0.26 | 228.6 | 0.47 | 0.5 |
| Hex | 43 | 5A | BC | 40 | 34 | 0 | 1A | E5 | 2F | 32 |
| Octal | 103 | 132 | 274 | 100 | 64 | 0 | 32 | 345 | 57 | 62 |
| Binary | 1000011 | 1011010 | 10111100 | 1000000 | 110100 | 0 | 11010 | 11100101 | 101111 | 110010 |
Color Harmonies of #435ABC
Complementary color
Monochromatic Colors of #435ABC
Black with #435ABC
Text Example
Text Example
White with #435ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435ABC; }
p { color: rgb(67,90,188); }
H1.HeaderClassName
{
color: #435ABC;
}
.AnyTagClassName
{
color: #435ABC;
}
</style>
background-color css
<style>
a { background-color: #435ABC; }
a { background-color: rgb(67,90,188); }
div.DivClassName
{
background-color: #435ABC;
}
.BgClassName
{
background-color: #435ABC;
}
</style>
border-color css
<style>
span { border-color: #435ABC; }
span { border-color: rgb(67,90,188); }
td.TdClassName
{
border-color: #435ABC;
}
.TagClassName
{
border-color: #435ABC;
}
</style>