Shades of Free Speech Blue #434CB5
Tints of Free Speech Blue #434CB5
RGB
CMYK
RGB Variations
Color information
#434CB5 (or 0x434CB5) is known color: Free Speech Blue. HEX triplet: 43, 4C and B5. RGB value is (67,76,181). Sum of RGB (Red+Green+Blue) = 67+76+181=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #434CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CB5 is #BCB34A. Grayscale: #545454. Windows color (decimal): -12366667 or 11881539. OLE color: 11881539.
HSL color Cylindrical-coordinate representation of color #434CB5: hue angle of 235.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #434CB5 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 76 | 181 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.29 |
| HSL | 235.26º | 0.46% | 0.49% | - |
| HSV(B) | 235.26º | 0.63% | 0.71% | - |
| XYZ | 13.24 | 9.7 | 44.89 | - |
| YUV | 85.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 181 | 0.63 | 0.58 | 0 | 0.29 | 235.26 | 0.46 | 0.49 |
| Hex | 43 | 4C | B5 | 3F | 3A | 0 | 1D | EB | 2E | 31 |
| Octal | 103 | 114 | 265 | 77 | 72 | 0 | 35 | 353 | 56 | 61 |
| Binary | 1000011 | 1001100 | 10110101 | 111111 | 111010 | 0 | 11101 | 11101011 | 101110 | 110001 |
Color Harmonies of #434CB5
Complementary color
Monochromatic Colors of #434CB5
Black with #434CB5
Text Example
Text Example
White with #434CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CB5; }
p { color: rgb(67,76,181); }
H1.HeaderClassName
{
color: #434CB5;
}
.AnyTagClassName
{
color: #434CB5;
}
</style>
background-color css
<style>
a { background-color: #434CB5; }
a { background-color: rgb(67,76,181); }
div.DivClassName
{
background-color: #434CB5;
}
.BgClassName
{
background-color: #434CB5;
}
</style>
border-color css
<style>
span { border-color: #434CB5; }
span { border-color: rgb(67,76,181); }
td.TdClassName
{
border-color: #434CB5;
}
.TagClassName
{
border-color: #434CB5;
}
</style>