Shades of Free Speech Blue #435DD5
Tints of Free Speech Blue #435DD5
RGB
CMYK
RGB Variations
Color information
#435DD5 (or 0x435DD5) is known color: Free Speech Blue. HEX triplet: 43, 5D and D5. RGB value is (67,93,213). Sum of RGB (Red+Green+Blue) = 67+93+213=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #435DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DD5 is #BCA22A. Grayscale: #626262. Windows color (decimal): -12362283 or 13983043. OLE color: 13983043.
HSL color Cylindrical-coordinate representation of color #435DD5: hue angle of 229.32º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #435DD5 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 93 | 213 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.16 |
| HSL | 229.32º | 0.63% | 0.55% | - |
| HSV(B) | 229.32º | 0.69% | 0.84% | - |
| XYZ | 18.24 | 13.83 | 64.66 | - |
| YUV | 98.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 213 | 0.69 | 0.56 | 0 | 0.16 | 229.32 | 0.63 | 0.55 |
| Hex | 43 | 5D | D5 | 45 | 38 | 0 | 10 | E5 | 3F | 37 |
| Octal | 103 | 135 | 325 | 105 | 70 | 0 | 20 | 345 | 77 | 67 |
| Binary | 1000011 | 1011101 | 11010101 | 1000101 | 111000 | 0 | 10000 | 11100101 | 111111 | 110111 |
Color Harmonies of #435DD5
Complementary color
Monochromatic Colors of #435DD5
Black with #435DD5
Text Example
Text Example
White with #435DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DD5; }
p { color: rgb(67,93,213); }
H1.HeaderClassName
{
color: #435DD5;
}
.AnyTagClassName
{
color: #435DD5;
}
</style>
background-color css
<style>
a { background-color: #435DD5; }
a { background-color: rgb(67,93,213); }
div.DivClassName
{
background-color: #435DD5;
}
.BgClassName
{
background-color: #435DD5;
}
</style>
border-color css
<style>
span { border-color: #435DD5; }
span { border-color: rgb(67,93,213); }
td.TdClassName
{
border-color: #435DD5;
}
.TagClassName
{
border-color: #435DD5;
}
</style>