Shades of Free Speech Blue #434CB6
Tints of Free Speech Blue #434CB6
RGB
CMYK
RGB Variations
Color information
#434CB6 (or 0x434CB6) is known color: Free Speech Blue. HEX triplet: 43, 4C and B6. RGB value is (67,76,182). Sum of RGB (Red+Green+Blue) = 67+76+182=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #434CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CB6 is #BCB349. Grayscale: #545454. Windows color (decimal): -12366666 or 11947075. OLE color: 11947075.
HSL color Cylindrical-coordinate representation of color #434CB6: hue angle of 235.3º 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 #434CB6 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 76 | 182 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.29 |
| HSL | 235.3º | 0.46% | 0.49% | - |
| HSV(B) | 235.3º | 0.63% | 0.71% | - |
| XYZ | 13.34 | 9.74 | 45.43 | - |
| YUV | 85.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 182 | 0.63 | 0.58 | 0 | 0.29 | 235.3 | 0.46 | 0.49 |
| Hex | 43 | 4C | B6 | 3F | 3A | 0 | 1D | EB | 2E | 31 |
| Octal | 103 | 114 | 266 | 77 | 72 | 0 | 35 | 353 | 56 | 61 |
| Binary | 1000011 | 1001100 | 10110110 | 111111 | 111010 | 0 | 11101 | 11101011 | 101110 | 110001 |
Color Harmonies of #434CB6
Complementary color
Monochromatic Colors of #434CB6
Black with #434CB6
Text Example
Text Example
White with #434CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CB6; }
p { color: rgb(67,76,182); }
H1.HeaderClassName
{
color: #434CB6;
}
.AnyTagClassName
{
color: #434CB6;
}
</style>
background-color css
<style>
a { background-color: #434CB6; }
a { background-color: rgb(67,76,182); }
div.DivClassName
{
background-color: #434CB6;
}
.BgClassName
{
background-color: #434CB6;
}
</style>
border-color css
<style>
span { border-color: #434CB6; }
span { border-color: rgb(67,76,182); }
td.TdClassName
{
border-color: #434CB6;
}
.TagClassName
{
border-color: #434CB6;
}
</style>