Shades of Free Speech Blue #434AB3
Tints of Free Speech Blue #434AB3
RGB
CMYK
RGB Variations
Color information
#434AB3 (or 0x434AB3) is known color: Free Speech Blue. HEX triplet: 43, 4A and B3. RGB value is (67,74,179). Sum of RGB (Red+Green+Blue) = 67+74+179=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #434AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AB3 is #BCB54C. Grayscale: #535353. Windows color (decimal): -12367181 or 11749955. OLE color: 11749955.
HSL color Cylindrical-coordinate representation of color #434AB3: hue angle of 236.25º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #434AB3 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 74 | 179 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.30 |
| HSL | 236.25º | 0.46% | 0.48% | - |
| HSV(B) | 236.25º | 0.63% | 0.7% | - |
| XYZ | 12.9 | 9.35 | 43.77 | - |
| YUV | 83.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 179 | 0.63 | 0.59 | 0 | 0.30 | 236.25 | 0.46 | 0.48 |
| Hex | 43 | 4A | B3 | 3F | 3B | 0 | 1E | EC | 2E | 30 |
| Octal | 103 | 112 | 263 | 77 | 73 | 0 | 36 | 354 | 56 | 60 |
| Binary | 1000011 | 1001010 | 10110011 | 111111 | 111011 | 0 | 11110 | 11101100 | 101110 | 110000 |
Color Harmonies of #434AB3
Complementary color
Monochromatic Colors of #434AB3
Black with #434AB3
Text Example
Text Example
White with #434AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AB3; }
p { color: rgb(67,74,179); }
H1.HeaderClassName
{
color: #434AB3;
}
.AnyTagClassName
{
color: #434AB3;
}
</style>
background-color css
<style>
a { background-color: #434AB3; }
a { background-color: rgb(67,74,179); }
div.DivClassName
{
background-color: #434AB3;
}
.BgClassName
{
background-color: #434AB3;
}
</style>
border-color css
<style>
span { border-color: #434AB3; }
span { border-color: rgb(67,74,179); }
td.TdClassName
{
border-color: #434AB3;
}
.TagClassName
{
border-color: #434AB3;
}
</style>