Shades of Free Speech Blue #434DC3
Tints of Free Speech Blue #434DC3
RGB
CMYK
RGB Variations
Color information
#434DC3 (or 0x434DC3) is known color: Free Speech Blue. HEX triplet: 43, 4D and C3. RGB value is (67,77,195). Sum of RGB (Red+Green+Blue) = 67+77+195=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #434DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DC3 is #BCB23C. Grayscale: #565656. Windows color (decimal): -12366397 or 12799299. OLE color: 12799299.
HSL color Cylindrical-coordinate representation of color #434DC3: hue angle of 235.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #434DC3 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 77 | 195 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.24 |
| HSL | 235.31º | 0.52% | 0.51% | - |
| HSV(B) | 235.31º | 0.66% | 0.76% | - |
| XYZ | 14.82 | 10.44 | 52.86 | - |
| YUV | 87.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 195 | 0.66 | 0.61 | 0 | 0.24 | 235.31 | 0.52 | 0.51 |
| Hex | 43 | 4D | C3 | 42 | 3D | 0 | 18 | EB | 34 | 33 |
| Octal | 103 | 115 | 303 | 102 | 75 | 0 | 30 | 353 | 64 | 63 |
| Binary | 1000011 | 1001101 | 11000011 | 1000010 | 111101 | 0 | 11000 | 11101011 | 110100 | 110011 |
Color Harmonies of #434DC3
Complementary color
Monochromatic Colors of #434DC3
Black with #434DC3
Text Example
Text Example
White with #434DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DC3; }
p { color: rgb(67,77,195); }
H1.HeaderClassName
{
color: #434DC3;
}
.AnyTagClassName
{
color: #434DC3;
}
</style>
background-color css
<style>
a { background-color: #434DC3; }
a { background-color: rgb(67,77,195); }
div.DivClassName
{
background-color: #434DC3;
}
.BgClassName
{
background-color: #434DC3;
}
</style>
border-color css
<style>
span { border-color: #434DC3; }
span { border-color: rgb(67,77,195); }
td.TdClassName
{
border-color: #434DC3;
}
.TagClassName
{
border-color: #434DC3;
}
</style>