Shades of Free Speech Blue #435CCD
Tints of Free Speech Blue #435CCD
RGB
CMYK
RGB Variations
Color information
#435CCD (or 0x435CCD) is known color: Free Speech Blue. HEX triplet: 43, 5C and CD. RGB value is (67,92,205). Sum of RGB (Red+Green+Blue) = 67+92+205=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #435CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435CCD is #BCA332. Grayscale: #606060. Windows color (decimal): -12362547 or 13458499. OLE color: 13458499.
HSL color Cylindrical-coordinate representation of color #435CCD: hue angle of 229.13º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #435CCD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 92 | 205 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.20 |
| HSL | 229.13º | 0.58% | 0.53% | - |
| HSV(B) | 229.13º | 0.67% | 0.8% | - |
| XYZ | 17.16 | 13.26 | 59.41 | - |
| YUV | 97.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 205 | 0.67 | 0.55 | 0 | 0.20 | 229.13 | 0.58 | 0.53 |
| Hex | 43 | 5C | CD | 43 | 37 | 0 | 14 | E5 | 3A | 35 |
| Octal | 103 | 134 | 315 | 103 | 67 | 0 | 24 | 345 | 72 | 65 |
| Binary | 1000011 | 1011100 | 11001101 | 1000011 | 110111 | 0 | 10100 | 11100101 | 111010 | 110101 |
Color Harmonies of #435CCD
Complementary color
Monochromatic Colors of #435CCD
Black with #435CCD
Text Example
Text Example
White with #435CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435CCD; }
p { color: rgb(67,92,205); }
H1.HeaderClassName
{
color: #435CCD;
}
.AnyTagClassName
{
color: #435CCD;
}
</style>
background-color css
<style>
a { background-color: #435CCD; }
a { background-color: rgb(67,92,205); }
div.DivClassName
{
background-color: #435CCD;
}
.BgClassName
{
background-color: #435CCD;
}
</style>
border-color css
<style>
span { border-color: #435CCD; }
span { border-color: rgb(67,92,205); }
td.TdClassName
{
border-color: #435CCD;
}
.TagClassName
{
border-color: #435CCD;
}
</style>