Shades of Free Speech Blue #434ABD
Tints of Free Speech Blue #434ABD
RGB
CMYK
RGB Variations
Color information
#434ABD (or 0x434ABD) is known color: Free Speech Blue. HEX triplet: 43, 4A and BD. RGB value is (67,74,189). Sum of RGB (Red+Green+Blue) = 67+74+189=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #434ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ABD is #BCB542. Grayscale: #545454. Windows color (decimal): -12367171 or 12405315. OLE color: 12405315.
HSL color Cylindrical-coordinate representation of color #434ABD: hue angle of 236.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434ABD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 74 | 189 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.26 |
| HSL | 236.56º | 0.48% | 0.5% | - |
| HSV(B) | 236.56º | 0.65% | 0.74% | - |
| XYZ | 13.95 | 9.76 | 49.29 | - |
| YUV | 85.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 189 | 0.65 | 0.61 | 0 | 0.26 | 236.56 | 0.48 | 0.5 |
| Hex | 43 | 4A | BD | 41 | 3D | 0 | 1A | ED | 30 | 32 |
| Octal | 103 | 112 | 275 | 101 | 75 | 0 | 32 | 355 | 60 | 62 |
| Binary | 1000011 | 1001010 | 10111101 | 1000001 | 111101 | 0 | 11010 | 11101101 | 110000 | 110010 |
Color Harmonies of #434ABD
Complementary color
Monochromatic Colors of #434ABD
Black with #434ABD
Text Example
Text Example
White with #434ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ABD; }
p { color: rgb(67,74,189); }
H1.HeaderClassName
{
color: #434ABD;
}
.AnyTagClassName
{
color: #434ABD;
}
</style>
background-color css
<style>
a { background-color: #434ABD; }
a { background-color: rgb(67,74,189); }
div.DivClassName
{
background-color: #434ABD;
}
.BgClassName
{
background-color: #434ABD;
}
</style>
border-color css
<style>
span { border-color: #434ABD; }
span { border-color: rgb(67,74,189); }
td.TdClassName
{
border-color: #434ABD;
}
.TagClassName
{
border-color: #434ABD;
}
</style>