Shades of Free Speech Blue #435CCC
Tints of Free Speech Blue #435CCC
RGB
CMYK
RGB Variations
Color information
#435CCC (or 0x435CCC) is known color: Free Speech Blue. HEX triplet: 43, 5C and CC. RGB value is (67,92,204). Sum of RGB (Red+Green+Blue) = 67+92+204=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #435CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435CCC is #BCA333. Grayscale: #606060. Windows color (decimal): -12362548 or 13392963. OLE color: 13392963.
HSL color Cylindrical-coordinate representation of color #435CCC: hue angle of 229.05º degrees, saturation: 0.57, 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 #435CCC is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 92 | 204 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.2 |
| HSL | 229.05º | 0.57% | 0.53% | - |
| HSV(B) | 229.05º | 0.67% | 0.8% | - |
| XYZ | 17.04 | 13.21 | 58.78 | - |
| YUV | 97.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 204 | 0.67 | 0.55 | 0 | 0.2 | 229.05 | 0.57 | 0.53 |
| Hex | 43 | 5C | CC | 43 | 37 | 0 | 14 | E5 | 39 | 35 |
| Octal | 103 | 134 | 314 | 103 | 67 | 0 | 24 | 345 | 71 | 65 |
| Binary | 1000011 | 1011100 | 11001100 | 1000011 | 110111 | 0 | 10100 | 11100101 | 111001 | 110101 |
Color Harmonies of #435CCC
Complementary color
Monochromatic Colors of #435CCC
Black with #435CCC
Text Example
Text Example
White with #435CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435CCC; }
p { color: rgb(67,92,204); }
H1.HeaderClassName
{
color: #435CCC;
}
.AnyTagClassName
{
color: #435CCC;
}
</style>
background-color css
<style>
a { background-color: #435CCC; }
a { background-color: rgb(67,92,204); }
div.DivClassName
{
background-color: #435CCC;
}
.BgClassName
{
background-color: #435CCC;
}
</style>
border-color css
<style>
span { border-color: #435CCC; }
span { border-color: rgb(67,92,204); }
td.TdClassName
{
border-color: #435CCC;
}
.TagClassName
{
border-color: #435CCC;
}
</style>