Shades of Free Speech Blue #434CC1
Tints of Free Speech Blue #434CC1
RGB
CMYK
RGB Variations
Color information
#434CC1 (or 0x434CC1) is known color: Free Speech Blue. HEX triplet: 43, 4C and C1. RGB value is (67,76,193). Sum of RGB (Red+Green+Blue) = 67+76+193=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #434CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CC1 is #BCB33E. Grayscale: #565656. Windows color (decimal): -12366655 or 12667971. OLE color: 12667971.
HSL color Cylindrical-coordinate representation of color #434CC1: hue angle of 235.71º degrees, saturation: 0.5, 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 #434CC1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 76 | 193 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.24 |
| HSL | 235.71º | 0.5% | 0.51% | - |
| HSV(B) | 235.71º | 0.65% | 0.76% | - |
| XYZ | 14.52 | 10.21 | 51.66 | - |
| YUV | 86.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 193 | 0.65 | 0.61 | 0 | 0.24 | 235.71 | 0.5 | 0.51 |
| Hex | 43 | 4C | C1 | 41 | 3D | 0 | 18 | EC | 32 | 33 |
| Octal | 103 | 114 | 301 | 101 | 75 | 0 | 30 | 354 | 62 | 63 |
| Binary | 1000011 | 1001100 | 11000001 | 1000001 | 111101 | 0 | 11000 | 11101100 | 110010 | 110011 |
Color Harmonies of #434CC1
Complementary color
Monochromatic Colors of #434CC1
Black with #434CC1
Text Example
Text Example
White with #434CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CC1; }
p { color: rgb(67,76,193); }
H1.HeaderClassName
{
color: #434CC1;
}
.AnyTagClassName
{
color: #434CC1;
}
</style>
background-color css
<style>
a { background-color: #434CC1; }
a { background-color: rgb(67,76,193); }
div.DivClassName
{
background-color: #434CC1;
}
.BgClassName
{
background-color: #434CC1;
}
</style>
border-color css
<style>
span { border-color: #434CC1; }
span { border-color: rgb(67,76,193); }
td.TdClassName
{
border-color: #434CC1;
}
.TagClassName
{
border-color: #434CC1;
}
</style>