Shades of Free Speech Blue #435ECF
Tints of Free Speech Blue #435ECF
RGB
CMYK
RGB Variations
Color information
#435ECF (or 0x435ECF) is known color: Free Speech Blue. HEX triplet: 43, 5E and CF. RGB value is (67,94,207). Sum of RGB (Red+Green+Blue) = 67+94+207=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #435ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435ECF is #BCA130. Grayscale: #626262. Windows color (decimal): -12362033 or 13590083. OLE color: 13590083.
HSL color Cylindrical-coordinate representation of color #435ECF: hue angle of 228.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #435ECF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 94 | 207 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.19 |
| HSL | 228.43º | 0.59% | 0.54% | - |
| HSV(B) | 228.43º | 0.68% | 0.81% | - |
| XYZ | 17.58 | 13.7 | 60.75 | - |
| YUV | 98.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 207 | 0.68 | 0.55 | 0 | 0.19 | 228.43 | 0.59 | 0.54 |
| Hex | 43 | 5E | CF | 44 | 37 | 0 | 13 | E4 | 3B | 36 |
| Octal | 103 | 136 | 317 | 104 | 67 | 0 | 23 | 344 | 73 | 66 |
| Binary | 1000011 | 1011110 | 11001111 | 1000100 | 110111 | 0 | 10011 | 11100100 | 111011 | 110110 |
Color Harmonies of #435ECF
Complementary color
Monochromatic Colors of #435ECF
Black with #435ECF
Text Example
Text Example
White with #435ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435ECF; }
p { color: rgb(67,94,207); }
H1.HeaderClassName
{
color: #435ECF;
}
.AnyTagClassName
{
color: #435ECF;
}
</style>
background-color css
<style>
a { background-color: #435ECF; }
a { background-color: rgb(67,94,207); }
div.DivClassName
{
background-color: #435ECF;
}
.BgClassName
{
background-color: #435ECF;
}
</style>
border-color css
<style>
span { border-color: #435ECF; }
span { border-color: rgb(67,94,207); }
td.TdClassName
{
border-color: #435ECF;
}
.TagClassName
{
border-color: #435ECF;
}
</style>