Shades of Free Speech Blue #434CC9
Tints of Free Speech Blue #434CC9
RGB
CMYK
RGB Variations
Color information
#434CC9 (or 0x434CC9) is known color: Free Speech Blue. HEX triplet: 43, 4C and C9. RGB value is (67,76,201). Sum of RGB (Red+Green+Blue) = 67+76+201=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #434CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CC9 is #BCB336. Grayscale: #575757. Windows color (decimal): -12366647 or 13192259. OLE color: 13192259.
HSL color Cylindrical-coordinate representation of color #434CC9: hue angle of 235.97º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434CC9 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 76 | 201 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.21 |
| HSL | 235.97º | 0.55% | 0.53% | - |
| HSV(B) | 235.97º | 0.67% | 0.79% | - |
| XYZ | 15.44 | 10.58 | 56.49 | - |
| YUV | 87.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 201 | 0.67 | 0.62 | 0 | 0.21 | 235.97 | 0.55 | 0.53 |
| Hex | 43 | 4C | C9 | 43 | 3E | 0 | 15 | EC | 37 | 35 |
| Octal | 103 | 114 | 311 | 103 | 76 | 0 | 25 | 354 | 67 | 65 |
| Binary | 1000011 | 1001100 | 11001001 | 1000011 | 111110 | 0 | 10101 | 11101100 | 110111 | 110101 |
Color Harmonies of #434CC9
Complementary color
Monochromatic Colors of #434CC9
Black with #434CC9
Text Example
Text Example
White with #434CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CC9; }
p { color: rgb(67,76,201); }
H1.HeaderClassName
{
color: #434CC9;
}
.AnyTagClassName
{
color: #434CC9;
}
</style>
background-color css
<style>
a { background-color: #434CC9; }
a { background-color: rgb(67,76,201); }
div.DivClassName
{
background-color: #434CC9;
}
.BgClassName
{
background-color: #434CC9;
}
</style>
border-color css
<style>
span { border-color: #434CC9; }
span { border-color: rgb(67,76,201); }
td.TdClassName
{
border-color: #434CC9;
}
.TagClassName
{
border-color: #434CC9;
}
</style>