Shades of Free Speech Blue #434BCF
Tints of Free Speech Blue #434BCF
RGB
CMYK
RGB Variations
Color information
#434BCF (or 0x434BCF) is known color: Free Speech Blue. HEX triplet: 43, 4B and CF. RGB value is (67,75,207). Sum of RGB (Red+Green+Blue) = 67+75+207=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #434BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BCF is #BCB430. Grayscale: #575757. Windows color (decimal): -12366897 or 13585219. OLE color: 13585219.
HSL color Cylindrical-coordinate representation of color #434BCF: hue angle of 236.57º 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 #434BCF is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 75 | 207 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.19 |
| HSL | 236.57º | 0.59% | 0.54% | - |
| HSV(B) | 236.57º | 0.68% | 0.81% | - |
| XYZ | 16.09 | 10.73 | 60.25 | - |
| YUV | 87.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 207 | 0.68 | 0.64 | 0 | 0.19 | 236.57 | 0.59 | 0.54 |
| Hex | 43 | 4B | CF | 44 | 40 | 0 | 13 | ED | 3B | 36 |
| Octal | 103 | 113 | 317 | 104 | 100 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000011 | 1001011 | 11001111 | 1000100 | 1000000 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #434BCF
Complementary color
Monochromatic Colors of #434BCF
Black with #434BCF
Text Example
Text Example
White with #434BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BCF; }
p { color: rgb(67,75,207); }
H1.HeaderClassName
{
color: #434BCF;
}
.AnyTagClassName
{
color: #434BCF;
}
</style>
background-color css
<style>
a { background-color: #434BCF; }
a { background-color: rgb(67,75,207); }
div.DivClassName
{
background-color: #434BCF;
}
.BgClassName
{
background-color: #434BCF;
}
</style>
border-color css
<style>
span { border-color: #434BCF; }
span { border-color: rgb(67,75,207); }
td.TdClassName
{
border-color: #434BCF;
}
.TagClassName
{
border-color: #434BCF;
}
</style>