Shades of Free Speech Blue #434AD1
Tints of Free Speech Blue #434AD1
RGB
CMYK
RGB Variations
Color information
#434AD1 (or 0x434AD1) is known color: Free Speech Blue. HEX triplet: 43, 4A and D1. RGB value is (67,74,209). Sum of RGB (Red+Green+Blue) = 67+74+209=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #434AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AD1 is #BCB52E. Grayscale: #565656. Windows color (decimal): -12367151 or 13716035. OLE color: 13716035.
HSL color Cylindrical-coordinate representation of color #434AD1: hue angle of 237.04º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434AD1 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 74 | 209 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.18 |
| HSL | 237.04º | 0.61% | 0.54% | - |
| HSV(B) | 237.04º | 0.68% | 0.82% | - |
| XYZ | 16.27 | 10.69 | 61.53 | - |
| YUV | 87.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 209 | 0.68 | 0.65 | 0 | 0.18 | 237.04 | 0.61 | 0.54 |
| Hex | 43 | 4A | D1 | 44 | 41 | 0 | 12 | ED | 3D | 36 |
| Octal | 103 | 112 | 321 | 104 | 101 | 0 | 22 | 355 | 75 | 66 |
| Binary | 1000011 | 1001010 | 11010001 | 1000100 | 1000001 | 0 | 10010 | 11101101 | 111101 | 110110 |
Color Harmonies of #434AD1
Complementary color
Monochromatic Colors of #434AD1
Black with #434AD1
Text Example
Text Example
White with #434AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AD1; }
p { color: rgb(67,74,209); }
H1.HeaderClassName
{
color: #434AD1;
}
.AnyTagClassName
{
color: #434AD1;
}
</style>
background-color css
<style>
a { background-color: #434AD1; }
a { background-color: rgb(67,74,209); }
div.DivClassName
{
background-color: #434AD1;
}
.BgClassName
{
background-color: #434AD1;
}
</style>
border-color css
<style>
span { border-color: #434AD1; }
span { border-color: rgb(67,74,209); }
td.TdClassName
{
border-color: #434AD1;
}
.TagClassName
{
border-color: #434AD1;
}
</style>