Shades of Free Speech Blue #435DB5
Tints of Free Speech Blue #435DB5
RGB
CMYK
RGB Variations
Color information
#435DB5 (or 0x435DB5) is known color: Free Speech Blue. HEX triplet: 43, 5D and B5. RGB value is (67,93,181). Sum of RGB (Red+Green+Blue) = 67+93+181=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #435DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DB5 is #BCA24A. Grayscale: #5E5E5E. Windows color (decimal): -12362315 or 11885891. OLE color: 11885891.
HSL color Cylindrical-coordinate representation of color #435DB5: hue angle of 226.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #435DB5 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 93 | 181 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.29 |
| HSL | 226.32º | 0.46% | 0.49% | - |
| HSV(B) | 226.32º | 0.63% | 0.71% | - |
| XYZ | 14.57 | 12.36 | 45.33 | - |
| YUV | 95.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 181 | 0.63 | 0.49 | 0 | 0.29 | 226.32 | 0.46 | 0.49 |
| Hex | 43 | 5D | B5 | 3F | 31 | 0 | 1D | E2 | 2E | 31 |
| Octal | 103 | 135 | 265 | 77 | 61 | 0 | 35 | 342 | 56 | 61 |
| Binary | 1000011 | 1011101 | 10110101 | 111111 | 110001 | 0 | 11101 | 11100010 | 101110 | 110001 |
Color Harmonies of #435DB5
Complementary color
Monochromatic Colors of #435DB5
Black with #435DB5
Text Example
Text Example
White with #435DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DB5; }
p { color: rgb(67,93,181); }
H1.HeaderClassName
{
color: #435DB5;
}
.AnyTagClassName
{
color: #435DB5;
}
</style>
background-color css
<style>
a { background-color: #435DB5; }
a { background-color: rgb(67,93,181); }
div.DivClassName
{
background-color: #435DB5;
}
.BgClassName
{
background-color: #435DB5;
}
</style>
border-color css
<style>
span { border-color: #435DB5; }
span { border-color: rgb(67,93,181); }
td.TdClassName
{
border-color: #435DB5;
}
.TagClassName
{
border-color: #435DB5;
}
</style>