Shades of Free Speech Blue #434AC2
Tints of Free Speech Blue #434AC2
RGB
CMYK
RGB Variations
Color information
#434AC2 (or 0x434AC2) is known color: Free Speech Blue. HEX triplet: 43, 4A and C2. RGB value is (67,74,194). Sum of RGB (Red+Green+Blue) = 67+74+194=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #434AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AC2 is #BCB53D. Grayscale: #555555. Windows color (decimal): -12367166 or 12732995. OLE color: 12732995.
HSL color Cylindrical-coordinate representation of color #434AC2: hue angle of 236.69º 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 #434AC2 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 74 | 194 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.24 |
| HSL | 236.69º | 0.51% | 0.51% | - |
| HSV(B) | 236.69º | 0.65% | 0.76% | - |
| XYZ | 14.5 | 9.99 | 52.2 | - |
| YUV | 85.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 194 | 0.65 | 0.62 | 0 | 0.24 | 236.69 | 0.51 | 0.51 |
| Hex | 43 | 4A | C2 | 41 | 3E | 0 | 18 | ED | 33 | 33 |
| Octal | 103 | 112 | 302 | 101 | 76 | 0 | 30 | 355 | 63 | 63 |
| Binary | 1000011 | 1001010 | 11000010 | 1000001 | 111110 | 0 | 11000 | 11101101 | 110011 | 110011 |
Color Harmonies of #434AC2
Complementary color
Monochromatic Colors of #434AC2
Black with #434AC2
Text Example
Text Example
White with #434AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AC2; }
p { color: rgb(67,74,194); }
H1.HeaderClassName
{
color: #434AC2;
}
.AnyTagClassName
{
color: #434AC2;
}
</style>
background-color css
<style>
a { background-color: #434AC2; }
a { background-color: rgb(67,74,194); }
div.DivClassName
{
background-color: #434AC2;
}
.BgClassName
{
background-color: #434AC2;
}
</style>
border-color css
<style>
span { border-color: #434AC2; }
span { border-color: rgb(67,74,194); }
td.TdClassName
{
border-color: #434AC2;
}
.TagClassName
{
border-color: #434AC2;
}
</style>