Shades of Free Speech Blue #434BC0
Tints of Free Speech Blue #434BC0
RGB
CMYK
RGB Variations
Color information
#434BC0 (or 0x434BC0) is known color: Free Speech Blue. HEX triplet: 43, 4B and C0. RGB value is (67,75,192). Sum of RGB (Red+Green+Blue) = 67+75+192=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #434BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BC0 is #BCB43F. Grayscale: #555555. Windows color (decimal): -12366912 or 12602179. OLE color: 12602179.
HSL color Cylindrical-coordinate representation of color #434BC0: hue angle of 236.16º degrees, saturation: 0.5, 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 #434BC0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 75 | 192 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 236.16º | 0.5% | 0.51% | - |
| HSV(B) | 236.16º | 0.65% | 0.75% | - |
| XYZ | 14.35 | 10.03 | 51.05 | - |
| YUV | 85.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 192 | 0.65 | 0.61 | 0 | 0.25 | 236.16 | 0.5 | 0.51 |
| Hex | 43 | 4B | C0 | 41 | 3D | 0 | 19 | EC | 32 | 33 |
| Octal | 103 | 113 | 300 | 101 | 75 | 0 | 31 | 354 | 62 | 63 |
| Binary | 1000011 | 1001011 | 11000000 | 1000001 | 111101 | 0 | 11001 | 11101100 | 110010 | 110011 |
Color Harmonies of #434BC0
Complementary color
Monochromatic Colors of #434BC0
Black with #434BC0
Text Example
Text Example
White with #434BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BC0; }
p { color: rgb(67,75,192); }
H1.HeaderClassName
{
color: #434BC0;
}
.AnyTagClassName
{
color: #434BC0;
}
</style>
background-color css
<style>
a { background-color: #434BC0; }
a { background-color: rgb(67,75,192); }
div.DivClassName
{
background-color: #434BC0;
}
.BgClassName
{
background-color: #434BC0;
}
</style>
border-color css
<style>
span { border-color: #434BC0; }
span { border-color: rgb(67,75,192); }
td.TdClassName
{
border-color: #434BC0;
}
.TagClassName
{
border-color: #434BC0;
}
</style>