Shades of Free Speech Blue #435DD3
Tints of Free Speech Blue #435DD3
RGB
CMYK
RGB Variations
Color information
#435DD3 (or 0x435DD3) is known color: Free Speech Blue. HEX triplet: 43, 5D and D3. RGB value is (67,93,211). Sum of RGB (Red+Green+Blue) = 67+93+211=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #435DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DD3 is #BCA22C. Grayscale: #626262. Windows color (decimal): -12362285 or 13851971. OLE color: 13851971.
HSL color Cylindrical-coordinate representation of color #435DD3: hue angle of 229.17º 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 #435DD3 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 93 | 211 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.17 |
| HSL | 229.17º | 0.62% | 0.55% | - |
| HSV(B) | 229.17º | 0.68% | 0.83% | - |
| XYZ | 17.99 | 13.73 | 63.33 | - |
| YUV | 98.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 211 | 0.68 | 0.56 | 0 | 0.17 | 229.17 | 0.62 | 0.55 |
| Hex | 43 | 5D | D3 | 44 | 38 | 0 | 11 | E5 | 3E | 37 |
| Octal | 103 | 135 | 323 | 104 | 70 | 0 | 21 | 345 | 76 | 67 |
| Binary | 1000011 | 1011101 | 11010011 | 1000100 | 111000 | 0 | 10001 | 11100101 | 111110 | 110111 |
Color Harmonies of #435DD3
Complementary color
Monochromatic Colors of #435DD3
Black with #435DD3
Text Example
Text Example
White with #435DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DD3; }
p { color: rgb(67,93,211); }
H1.HeaderClassName
{
color: #435DD3;
}
.AnyTagClassName
{
color: #435DD3;
}
</style>
background-color css
<style>
a { background-color: #435DD3; }
a { background-color: rgb(67,93,211); }
div.DivClassName
{
background-color: #435DD3;
}
.BgClassName
{
background-color: #435DD3;
}
</style>
border-color css
<style>
span { border-color: #435DD3; }
span { border-color: rgb(67,93,211); }
td.TdClassName
{
border-color: #435DD3;
}
.TagClassName
{
border-color: #435DD3;
}
</style>