Shades of Free Speech Blue #434ABF
Tints of Free Speech Blue #434ABF
RGB
CMYK
RGB Variations
Color information
#434ABF (or 0x434ABF) is known color: Free Speech Blue. HEX triplet: 43, 4A and BF. RGB value is (67,74,191). Sum of RGB (Red+Green+Blue) = 67+74+191=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #434ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ABF is #BCB540. Grayscale: #545454. Windows color (decimal): -12367169 or 12536387. OLE color: 12536387.
HSL color Cylindrical-coordinate representation of color #434ABF: hue angle of 236.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434ABF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 74 | 191 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 236.61º | 0.49% | 0.51% | - |
| HSV(B) | 236.61º | 0.65% | 0.75% | - |
| XYZ | 14.17 | 9.85 | 50.45 | - |
| YUV | 85.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 191 | 0.65 | 0.61 | 0 | 0.25 | 236.61 | 0.49 | 0.51 |
| Hex | 43 | 4A | BF | 41 | 3D | 0 | 19 | ED | 31 | 33 |
| Octal | 103 | 112 | 277 | 101 | 75 | 0 | 31 | 355 | 61 | 63 |
| Binary | 1000011 | 1001010 | 10111111 | 1000001 | 111101 | 0 | 11001 | 11101101 | 110001 | 110011 |
Color Harmonies of #434ABF
Complementary color
Monochromatic Colors of #434ABF
Black with #434ABF
Text Example
Text Example
White with #434ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ABF; }
p { color: rgb(67,74,191); }
H1.HeaderClassName
{
color: #434ABF;
}
.AnyTagClassName
{
color: #434ABF;
}
</style>
background-color css
<style>
a { background-color: #434ABF; }
a { background-color: rgb(67,74,191); }
div.DivClassName
{
background-color: #434ABF;
}
.BgClassName
{
background-color: #434ABF;
}
</style>
border-color css
<style>
span { border-color: #434ABF; }
span { border-color: rgb(67,74,191); }
td.TdClassName
{
border-color: #434ABF;
}
.TagClassName
{
border-color: #434ABF;
}
</style>