Shades of Free Speech Blue #434AD7
Tints of Free Speech Blue #434AD7
RGB
CMYK
RGB Variations
Color information
#434AD7 (or 0x434AD7) is known color: Free Speech Blue. HEX triplet: 43, 4A and D7. RGB value is (67,74,215). Sum of RGB (Red+Green+Blue) = 67+74+215=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #434AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AD7 is #BCB528. Grayscale: #575757. Windows color (decimal): -12367145 or 14109251. OLE color: 14109251.
HSL color Cylindrical-coordinate representation of color #434AD7: hue angle of 237.16º degrees, saturation: 0.65, 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 #434AD7 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 74 | 215 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.16 |
| HSL | 237.16º | 0.65% | 0.55% | - |
| HSV(B) | 237.16º | 0.69% | 0.84% | - |
| XYZ | 17.03 | 11 | 65.52 | - |
| YUV | 87.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 215 | 0.69 | 0.66 | 0 | 0.16 | 237.16 | 0.65 | 0.55 |
| Hex | 43 | 4A | D7 | 45 | 42 | 0 | 10 | ED | 41 | 37 |
| Octal | 103 | 112 | 327 | 105 | 102 | 0 | 20 | 355 | 101 | 67 |
| Binary | 1000011 | 1001010 | 11010111 | 1000101 | 1000010 | 0 | 10000 | 11101101 | 1000001 | 110111 |
Color Harmonies of #434AD7
Complementary color
Monochromatic Colors of #434AD7
Black with #434AD7
Text Example
Text Example
White with #434AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AD7; }
p { color: rgb(67,74,215); }
H1.HeaderClassName
{
color: #434AD7;
}
.AnyTagClassName
{
color: #434AD7;
}
</style>
background-color css
<style>
a { background-color: #434AD7; }
a { background-color: rgb(67,74,215); }
div.DivClassName
{
background-color: #434AD7;
}
.BgClassName
{
background-color: #434AD7;
}
</style>
border-color css
<style>
span { border-color: #434AD7; }
span { border-color: rgb(67,74,215); }
td.TdClassName
{
border-color: #434AD7;
}
.TagClassName
{
border-color: #434AD7;
}
</style>