Shades of Free Speech Blue #434BC9
Tints of Free Speech Blue #434BC9
RGB
CMYK
RGB Variations
Color information
#434BC9 (or 0x434BC9) is known color: Free Speech Blue. HEX triplet: 43, 4B and C9. RGB value is (67,75,201). Sum of RGB (Red+Green+Blue) = 67+75+201=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #434BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BC9 is #BCB436. Grayscale: #565656. Windows color (decimal): -12366903 or 13192003. OLE color: 13192003.
HSL color Cylindrical-coordinate representation of color #434BC9: hue angle of 236.42º 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 #434BC9 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 75 | 201 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.21 |
| HSL | 236.42º | 0.55% | 0.53% | - |
| HSV(B) | 236.42º | 0.67% | 0.79% | - |
| XYZ | 15.37 | 10.44 | 56.46 | - |
| YUV | 86.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 201 | 0.67 | 0.63 | 0 | 0.21 | 236.42 | 0.55 | 0.53 |
| Hex | 43 | 4B | C9 | 43 | 3F | 0 | 15 | EC | 37 | 35 |
| Octal | 103 | 113 | 311 | 103 | 77 | 0 | 25 | 354 | 67 | 65 |
| Binary | 1000011 | 1001011 | 11001001 | 1000011 | 111111 | 0 | 10101 | 11101100 | 110111 | 110101 |
Color Harmonies of #434BC9
Complementary color
Monochromatic Colors of #434BC9
Black with #434BC9
Text Example
Text Example
White with #434BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BC9; }
p { color: rgb(67,75,201); }
H1.HeaderClassName
{
color: #434BC9;
}
.AnyTagClassName
{
color: #434BC9;
}
</style>
background-color css
<style>
a { background-color: #434BC9; }
a { background-color: rgb(67,75,201); }
div.DivClassName
{
background-color: #434BC9;
}
.BgClassName
{
background-color: #434BC9;
}
</style>
border-color css
<style>
span { border-color: #434BC9; }
span { border-color: rgb(67,75,201); }
td.TdClassName
{
border-color: #434BC9;
}
.TagClassName
{
border-color: #434BC9;
}
</style>