Shades of Free Speech Blue #435ACF
Tints of Free Speech Blue #435ACF
RGB
CMYK
RGB Variations
Color information
#435ACF (or 0x435ACF) is known color: Free Speech Blue. HEX triplet: 43, 5A and CF. RGB value is (67,90,207). Sum of RGB (Red+Green+Blue) = 67+90+207=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #435ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435ACF is #BCA530. Grayscale: #5F5F5F. Windows color (decimal): -12363057 or 13589059. OLE color: 13589059.
HSL color Cylindrical-coordinate representation of color #435ACF: hue angle of 230.14º 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 #435ACF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 90 | 207 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.19 |
| HSL | 230.14º | 0.59% | 0.54% | - |
| HSV(B) | 230.14º | 0.68% | 0.81% | - |
| XYZ | 17.23 | 13.01 | 60.63 | - |
| YUV | 96.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 207 | 0.68 | 0.57 | 0 | 0.19 | 230.14 | 0.59 | 0.54 |
| Hex | 43 | 5A | CF | 44 | 39 | 0 | 13 | E6 | 3B | 36 |
| Octal | 103 | 132 | 317 | 104 | 71 | 0 | 23 | 346 | 73 | 66 |
| Binary | 1000011 | 1011010 | 11001111 | 1000100 | 111001 | 0 | 10011 | 11100110 | 111011 | 110110 |
Color Harmonies of #435ACF
Complementary color
Monochromatic Colors of #435ACF
Black with #435ACF
Text Example
Text Example
White with #435ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435ACF; }
p { color: rgb(67,90,207); }
H1.HeaderClassName
{
color: #435ACF;
}
.AnyTagClassName
{
color: #435ACF;
}
</style>
background-color css
<style>
a { background-color: #435ACF; }
a { background-color: rgb(67,90,207); }
div.DivClassName
{
background-color: #435ACF;
}
.BgClassName
{
background-color: #435ACF;
}
</style>
border-color css
<style>
span { border-color: #435ACF; }
span { border-color: rgb(67,90,207); }
td.TdClassName
{
border-color: #435ACF;
}
.TagClassName
{
border-color: #435ACF;
}
</style>