Shades of Free Speech Blue #434AB0
Tints of Free Speech Blue #434AB0
RGB
CMYK
RGB Variations
Color information
#434AB0 (or 0x434AB0) is known color: Free Speech Blue. HEX triplet: 43, 4A and B0. RGB value is (67,74,176). Sum of RGB (Red+Green+Blue) = 67+74+176=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #434AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434AB0 is #BCB54F. Grayscale: #535353. Windows color (decimal): -12367184 or 11553347. OLE color: 11553347.
HSL color Cylindrical-coordinate representation of color #434AB0: hue angle of 236.15º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #434AB0 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 74 | 176 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.31 |
| HSL | 236.15º | 0.45% | 0.48% | - |
| HSV(B) | 236.15º | 0.62% | 0.69% | - |
| XYZ | 12.6 | 9.23 | 42.19 | - |
| YUV | 83.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 176 | 0.62 | 0.58 | 0 | 0.31 | 236.15 | 0.45 | 0.48 |
| Hex | 43 | 4A | B0 | 3E | 3A | 0 | 1F | EC | 2D | 30 |
| Octal | 103 | 112 | 260 | 76 | 72 | 0 | 37 | 354 | 55 | 60 |
| Binary | 1000011 | 1001010 | 10110000 | 111110 | 111010 | 0 | 11111 | 11101100 | 101101 | 110000 |
Color Harmonies of #434AB0
Complementary color
Monochromatic Colors of #434AB0
Black with #434AB0
Text Example
Text Example
White with #434AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AB0; }
p { color: rgb(67,74,176); }
H1.HeaderClassName
{
color: #434AB0;
}
.AnyTagClassName
{
color: #434AB0;
}
</style>
background-color css
<style>
a { background-color: #434AB0; }
a { background-color: rgb(67,74,176); }
div.DivClassName
{
background-color: #434AB0;
}
.BgClassName
{
background-color: #434AB0;
}
</style>
border-color css
<style>
span { border-color: #434AB0; }
span { border-color: rgb(67,74,176); }
td.TdClassName
{
border-color: #434AB0;
}
.TagClassName
{
border-color: #434AB0;
}
</style>