Shades of Free Speech Blue #435ED3
Tints of Free Speech Blue #435ED3
RGB
CMYK
RGB Variations
Color information
#435ED3 (or 0x435ED3) is known color: Free Speech Blue. HEX triplet: 43, 5E and D3. RGB value is (67,94,211). Sum of RGB (Red+Green+Blue) = 67+94+211=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #435ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435ED3 is #BCA12C. Grayscale: #626262. Windows color (decimal): -12362029 or 13852227. OLE color: 13852227.
HSL color Cylindrical-coordinate representation of color #435ED3: hue angle of 228.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #435ED3 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 94 | 211 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.17 |
| HSL | 228.75º | 0.62% | 0.55% | - |
| HSV(B) | 228.75º | 0.68% | 0.83% | - |
| XYZ | 18.08 | 13.9 | 63.36 | - |
| YUV | 99.27 | 191.05 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 211 | 0.68 | 0.55 | 0 | 0.17 | 228.75 | 0.62 | 0.55 |
| Hex | 43 | 5E | D3 | 44 | 37 | 0 | 11 | E5 | 3E | 37 |
| Octal | 103 | 136 | 323 | 104 | 67 | 0 | 21 | 345 | 76 | 67 |
| Binary | 1000011 | 1011110 | 11010011 | 1000100 | 110111 | 0 | 10001 | 11100101 | 111110 | 110111 |
Color Harmonies of #435ED3
Complementary color
Monochromatic Colors of #435ED3
Black with #435ED3
Text Example
Text Example
White with #435ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435ED3; }
p { color: rgb(67,94,211); }
H1.HeaderClassName
{
color: #435ED3;
}
.AnyTagClassName
{
color: #435ED3;
}
</style>
background-color css
<style>
a { background-color: #435ED3; }
a { background-color: rgb(67,94,211); }
div.DivClassName
{
background-color: #435ED3;
}
.BgClassName
{
background-color: #435ED3;
}
</style>
border-color css
<style>
span { border-color: #435ED3; }
span { border-color: rgb(67,94,211); }
td.TdClassName
{
border-color: #435ED3;
}
.TagClassName
{
border-color: #435ED3;
}
</style>