Shades of Free Speech Blue #434BC2
Tints of Free Speech Blue #434BC2
RGB
CMYK
RGB Variations
Color information
#434BC2 (or 0x434BC2) is known color: Free Speech Blue. HEX triplet: 43, 4B and C2. RGB value is (67,75,194). Sum of RGB (Red+Green+Blue) = 67+75+194=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #434BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BC2 is #BCB43D. Grayscale: #555555. Windows color (decimal): -12366910 or 12733251. OLE color: 12733251.
HSL color Cylindrical-coordinate representation of color #434BC2: hue angle of 236.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434BC2 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 75 | 194 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.24 |
| HSL | 236.22º | 0.51% | 0.51% | - |
| HSV(B) | 236.22º | 0.65% | 0.76% | - |
| XYZ | 14.57 | 10.12 | 52.22 | - |
| YUV | 86.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 194 | 0.65 | 0.61 | 0 | 0.24 | 236.22 | 0.51 | 0.51 |
| Hex | 43 | 4B | C2 | 41 | 3D | 0 | 18 | EC | 33 | 33 |
| Octal | 103 | 113 | 302 | 101 | 75 | 0 | 30 | 354 | 63 | 63 |
| Binary | 1000011 | 1001011 | 11000010 | 1000001 | 111101 | 0 | 11000 | 11101100 | 110011 | 110011 |
Color Harmonies of #434BC2
Complementary color
Monochromatic Colors of #434BC2
Black with #434BC2
Text Example
Text Example
White with #434BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BC2; }
p { color: rgb(67,75,194); }
H1.HeaderClassName
{
color: #434BC2;
}
.AnyTagClassName
{
color: #434BC2;
}
</style>
background-color css
<style>
a { background-color: #434BC2; }
a { background-color: rgb(67,75,194); }
div.DivClassName
{
background-color: #434BC2;
}
.BgClassName
{
background-color: #434BC2;
}
</style>
border-color css
<style>
span { border-color: #434BC2; }
span { border-color: rgb(67,75,194); }
td.TdClassName
{
border-color: #434BC2;
}
.TagClassName
{
border-color: #434BC2;
}
</style>