Shades of Free Speech Blue #434BDA
Tints of Free Speech Blue #434BDA
RGB
CMYK
RGB Variations
Color information
#434BDA (or 0x434BDA) is known color: Free Speech Blue. HEX triplet: 43, 4B and DA. RGB value is (67,75,218). Sum of RGB (Red+Green+Blue) = 67+75+218=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #434BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BDA is #BCB425. Grayscale: #585858. Windows color (decimal): -12366886 or 14306115. OLE color: 14306115.
HSL color Cylindrical-coordinate representation of color #434BDA: hue angle of 236.82º 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 #434BDA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 75 | 218 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.15 |
| HSL | 236.82º | 0.67% | 0.56% | - |
| HSV(B) | 236.82º | 0.69% | 0.85% | - |
| XYZ | 17.49 | 11.29 | 67.59 | - |
| YUV | 88.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 218 | 0.69 | 0.66 | 0 | 0.15 | 236.82 | 0.67 | 0.56 |
| Hex | 43 | 4B | DA | 45 | 42 | 0 | F | ED | 43 | 38 |
| Octal | 103 | 113 | 332 | 105 | 102 | 0 | 17 | 355 | 103 | 70 |
| Binary | 1000011 | 1001011 | 11011010 | 1000101 | 1000010 | 0 | 1111 | 11101101 | 1000011 | 111000 |
Color Harmonies of #434BDA
Complementary color
Monochromatic Colors of #434BDA
Black with #434BDA
Text Example
Text Example
White with #434BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BDA; }
p { color: rgb(67,75,218); }
H1.HeaderClassName
{
color: #434BDA;
}
.AnyTagClassName
{
color: #434BDA;
}
</style>
background-color css
<style>
a { background-color: #434BDA; }
a { background-color: rgb(67,75,218); }
div.DivClassName
{
background-color: #434BDA;
}
.BgClassName
{
background-color: #434BDA;
}
</style>
border-color css
<style>
span { border-color: #434BDA; }
span { border-color: rgb(67,75,218); }
td.TdClassName
{
border-color: #434BDA;
}
.TagClassName
{
border-color: #434BDA;
}
</style>