Shades of Free Speech Blue #434FCF
Tints of Free Speech Blue #434FCF
RGB
CMYK
RGB Variations
Color information
#434FCF (or 0x434FCF) is known color: Free Speech Blue. HEX triplet: 43, 4F and CF. RGB value is (67,79,207). Sum of RGB (Red+Green+Blue) = 67+79+207=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #434FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FCF is #BCB030. Grayscale: #595959. Windows color (decimal): -12365873 or 13586243. OLE color: 13586243.
HSL color Cylindrical-coordinate representation of color #434FCF: hue angle of 234.86º 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 #434FCF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 79 | 207 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.19 |
| HSL | 234.86º | 0.59% | 0.54% | - |
| HSV(B) | 234.86º | 0.68% | 0.81% | - |
| XYZ | 16.37 | 11.29 | 60.35 | - |
| YUV | 90 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 207 | 0.68 | 0.62 | 0 | 0.19 | 234.86 | 0.59 | 0.54 |
| Hex | 43 | 4F | CF | 44 | 3E | 0 | 13 | EB | 3B | 36 |
| Octal | 103 | 117 | 317 | 104 | 76 | 0 | 23 | 353 | 73 | 66 |
| Binary | 1000011 | 1001111 | 11001111 | 1000100 | 111110 | 0 | 10011 | 11101011 | 111011 | 110110 |
Color Harmonies of #434FCF
Complementary color
Monochromatic Colors of #434FCF
Black with #434FCF
Text Example
Text Example
White with #434FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FCF; }
p { color: rgb(67,79,207); }
H1.HeaderClassName
{
color: #434FCF;
}
.AnyTagClassName
{
color: #434FCF;
}
</style>
background-color css
<style>
a { background-color: #434FCF; }
a { background-color: rgb(67,79,207); }
div.DivClassName
{
background-color: #434FCF;
}
.BgClassName
{
background-color: #434FCF;
}
</style>
border-color css
<style>
span { border-color: #434FCF; }
span { border-color: rgb(67,79,207); }
td.TdClassName
{
border-color: #434FCF;
}
.TagClassName
{
border-color: #434FCF;
}
</style>