Shades of Free Speech Blue #434ADA
Tints of Free Speech Blue #434ADA
RGB
CMYK
RGB Variations
Color information
#434ADA (or 0x434ADA) is known color: Free Speech Blue. HEX triplet: 43, 4A and DA. RGB value is (67,74,218). Sum of RGB (Red+Green+Blue) = 67+74+218=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #434ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ADA is #BCB525. Grayscale: #575757. Windows color (decimal): -12367142 or 14305859. OLE color: 14305859.
HSL color Cylindrical-coordinate representation of color #434ADA: hue angle of 237.22º 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 #434ADA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 74 | 218 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.15 |
| HSL | 237.22º | 0.67% | 0.56% | - |
| HSV(B) | 237.22º | 0.69% | 0.85% | - |
| XYZ | 17.42 | 11.15 | 67.56 | - |
| YUV | 88.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 218 | 0.69 | 0.66 | 0 | 0.15 | 237.22 | 0.67 | 0.56 |
| Hex | 43 | 4A | DA | 45 | 42 | 0 | F | ED | 43 | 38 |
| Octal | 103 | 112 | 332 | 105 | 102 | 0 | 17 | 355 | 103 | 70 |
| Binary | 1000011 | 1001010 | 11011010 | 1000101 | 1000010 | 0 | 1111 | 11101101 | 1000011 | 111000 |
Color Harmonies of #434ADA
Complementary color
Monochromatic Colors of #434ADA
Black with #434ADA
Text Example
Text Example
White with #434ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ADA; }
p { color: rgb(67,74,218); }
H1.HeaderClassName
{
color: #434ADA;
}
.AnyTagClassName
{
color: #434ADA;
}
</style>
background-color css
<style>
a { background-color: #434ADA; }
a { background-color: rgb(67,74,218); }
div.DivClassName
{
background-color: #434ADA;
}
.BgClassName
{
background-color: #434ADA;
}
</style>
border-color css
<style>
span { border-color: #434ADA; }
span { border-color: rgb(67,74,218); }
td.TdClassName
{
border-color: #434ADA;
}
.TagClassName
{
border-color: #434ADA;
}
</style>