Shades of Free Speech Blue #434DDA
Tints of Free Speech Blue #434DDA
RGB
CMYK
RGB Variations
Color information
#434DDA (or 0x434DDA) is known color: Free Speech Blue. HEX triplet: 43, 4D and DA. RGB value is (67,77,218). Sum of RGB (Red+Green+Blue) = 67+77+218=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #434DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DDA is #BCB225. Grayscale: #595959. Windows color (decimal): -12366374 or 14306627. OLE color: 14306627.
HSL color Cylindrical-coordinate representation of color #434DDA: hue angle of 236.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #434DDA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 77 | 218 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.15 |
| HSL | 236.03º | 0.67% | 0.56% | - |
| HSV(B) | 236.03º | 0.69% | 0.85% | - |
| XYZ | 17.62 | 11.56 | 67.63 | - |
| YUV | 90.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 218 | 0.69 | 0.65 | 0 | 0.15 | 236.03 | 0.67 | 0.56 |
| Hex | 43 | 4D | DA | 45 | 41 | 0 | F | EC | 43 | 38 |
| Octal | 103 | 115 | 332 | 105 | 101 | 0 | 17 | 354 | 103 | 70 |
| Binary | 1000011 | 1001101 | 11011010 | 1000101 | 1000001 | 0 | 1111 | 11101100 | 1000011 | 111000 |
Color Harmonies of #434DDA
Complementary color
Monochromatic Colors of #434DDA
Black with #434DDA
Text Example
Text Example
White with #434DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DDA; }
p { color: rgb(67,77,218); }
H1.HeaderClassName
{
color: #434DDA;
}
.AnyTagClassName
{
color: #434DDA;
}
</style>
background-color css
<style>
a { background-color: #434DDA; }
a { background-color: rgb(67,77,218); }
div.DivClassName
{
background-color: #434DDA;
}
.BgClassName
{
background-color: #434DDA;
}
</style>
border-color css
<style>
span { border-color: #434DDA; }
span { border-color: rgb(67,77,218); }
td.TdClassName
{
border-color: #434DDA;
}
.TagClassName
{
border-color: #434DDA;
}
</style>