Shades of Free Speech Blue #434AD5
Tints of Free Speech Blue #434AD5
RGB
CMYK
RGB Variations
Color information
#434AD5 (or 0x434AD5) is known color: Free Speech Blue. HEX triplet: 43, 4A and D5. RGB value is (67,74,213). Sum of RGB (Red+Green+Blue) = 67+74+213=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #434AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AD5 is #BCB52A. Grayscale: #575757. Windows color (decimal): -12367147 or 13978179. OLE color: 13978179.
HSL color Cylindrical-coordinate representation of color #434AD5: hue angle of 237.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #434AD5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 74 | 213 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.16 |
| HSL | 237.12º | 0.63% | 0.55% | - |
| HSV(B) | 237.12º | 0.69% | 0.84% | - |
| XYZ | 16.77 | 10.89 | 64.17 | - |
| YUV | 87.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 213 | 0.69 | 0.65 | 0 | 0.16 | 237.12 | 0.63 | 0.55 |
| Hex | 43 | 4A | D5 | 45 | 41 | 0 | 10 | ED | 3F | 37 |
| Octal | 103 | 112 | 325 | 105 | 101 | 0 | 20 | 355 | 77 | 67 |
| Binary | 1000011 | 1001010 | 11010101 | 1000101 | 1000001 | 0 | 10000 | 11101101 | 111111 | 110111 |
Color Harmonies of #434AD5
Complementary color
Monochromatic Colors of #434AD5
Black with #434AD5
Text Example
Text Example
White with #434AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AD5; }
p { color: rgb(67,74,213); }
H1.HeaderClassName
{
color: #434AD5;
}
.AnyTagClassName
{
color: #434AD5;
}
</style>
background-color css
<style>
a { background-color: #434AD5; }
a { background-color: rgb(67,74,213); }
div.DivClassName
{
background-color: #434AD5;
}
.BgClassName
{
background-color: #434AD5;
}
</style>
border-color css
<style>
span { border-color: #434AD5; }
span { border-color: rgb(67,74,213); }
td.TdClassName
{
border-color: #434AD5;
}
.TagClassName
{
border-color: #434AD5;
}
</style>