Shades of Free Speech Blue #434DCE
Tints of Free Speech Blue #434DCE
RGB
CMYK
RGB Variations
Color information
#434DCE (or 0x434DCE) is known color: Free Speech Blue. HEX triplet: 43, 4D and CE. RGB value is (67,77,206). Sum of RGB (Red+Green+Blue) = 67+77+206=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #434DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DCE is #BCB231. Grayscale: #585858. Windows color (decimal): -12366386 or 13520195. OLE color: 13520195.
HSL color Cylindrical-coordinate representation of color #434DCE: hue angle of 235.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434DCE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 77 | 206 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.19 |
| HSL | 235.68º | 0.59% | 0.54% | - |
| HSV(B) | 235.68º | 0.67% | 0.81% | - |
| XYZ | 16.11 | 10.96 | 59.66 | - |
| YUV | 88.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 206 | 0.67 | 0.63 | 0 | 0.19 | 235.68 | 0.59 | 0.54 |
| Hex | 43 | 4D | CE | 43 | 3F | 0 | 13 | EC | 3B | 36 |
| Octal | 103 | 115 | 316 | 103 | 77 | 0 | 23 | 354 | 73 | 66 |
| Binary | 1000011 | 1001101 | 11001110 | 1000011 | 111111 | 0 | 10011 | 11101100 | 111011 | 110110 |
Color Harmonies of #434DCE
Complementary color
Monochromatic Colors of #434DCE
Black with #434DCE
Text Example
Text Example
White with #434DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DCE; }
p { color: rgb(67,77,206); }
H1.HeaderClassName
{
color: #434DCE;
}
.AnyTagClassName
{
color: #434DCE;
}
</style>
background-color css
<style>
a { background-color: #434DCE; }
a { background-color: rgb(67,77,206); }
div.DivClassName
{
background-color: #434DCE;
}
.BgClassName
{
background-color: #434DCE;
}
</style>
border-color css
<style>
span { border-color: #434DCE; }
span { border-color: rgb(67,77,206); }
td.TdClassName
{
border-color: #434DCE;
}
.TagClassName
{
border-color: #434DCE;
}
</style>