Shades of Free Speech Blue #434CCF
Tints of Free Speech Blue #434CCF
RGB
CMYK
RGB Variations
Color information
#434CCF (or 0x434CCF) is known color: Free Speech Blue. HEX triplet: 43, 4C and CF. RGB value is (67,76,207). Sum of RGB (Red+Green+Blue) = 67+76+207=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #434CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CCF is #BCB330. Grayscale: #575757. Windows color (decimal): -12366641 or 13585475. OLE color: 13585475.
HSL color Cylindrical-coordinate representation of color #434CCF: hue angle of 236.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 #434CCF is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 76 | 207 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.19 |
| HSL | 236.14º | 0.59% | 0.54% | - |
| HSV(B) | 236.14º | 0.68% | 0.81% | - |
| XYZ | 16.16 | 10.87 | 60.28 | - |
| YUV | 88.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 207 | 0.68 | 0.63 | 0 | 0.19 | 236.14 | 0.59 | 0.54 |
| Hex | 43 | 4C | CF | 44 | 3F | 0 | 13 | EC | 3B | 36 |
| Octal | 103 | 114 | 317 | 104 | 77 | 0 | 23 | 354 | 73 | 66 |
| Binary | 1000011 | 1001100 | 11001111 | 1000100 | 111111 | 0 | 10011 | 11101100 | 111011 | 110110 |
Color Harmonies of #434CCF
Complementary color
Monochromatic Colors of #434CCF
Black with #434CCF
Text Example
Text Example
White with #434CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CCF; }
p { color: rgb(67,76,207); }
H1.HeaderClassName
{
color: #434CCF;
}
.AnyTagClassName
{
color: #434CCF;
}
</style>
background-color css
<style>
a { background-color: #434CCF; }
a { background-color: rgb(67,76,207); }
div.DivClassName
{
background-color: #434CCF;
}
.BgClassName
{
background-color: #434CCF;
}
</style>
border-color css
<style>
span { border-color: #434CCF; }
span { border-color: rgb(67,76,207); }
td.TdClassName
{
border-color: #434CCF;
}
.TagClassName
{
border-color: #434CCF;
}
</style>