Shades of Free Speech Blue #434FDE
Tints of Free Speech Blue #434FDE
RGB
CMYK
RGB Variations
Color information
#434FDE (or 0x434FDE) is known color: Free Speech Blue. HEX triplet: 43, 4F and DE. RGB value is (67,79,222). Sum of RGB (Red+Green+Blue) = 67+79+222=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #434FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FDE is #BCB021. Grayscale: #5B5B5B. Windows color (decimal): -12365858 or 14569283. OLE color: 14569283.
HSL color Cylindrical-coordinate representation of color #434FDE: hue angle of 235.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434FDE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 79 | 222 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.13 |
| HSL | 235.35º | 0.7% | 0.57% | - |
| HSV(B) | 235.35º | 0.7% | 0.87% | - |
| XYZ | 18.3 | 12.06 | 70.47 | - |
| YUV | 91.71 | 201.52 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 222 | 0.70 | 0.64 | 0 | 0.13 | 235.35 | 0.7 | 0.57 |
| Hex | 43 | 4F | DE | 46 | 40 | 0 | D | EB | 46 | 39 |
| Octal | 103 | 117 | 336 | 106 | 100 | 0 | 15 | 353 | 106 | 71 |
| Binary | 1000011 | 1001111 | 11011110 | 1000110 | 1000000 | 0 | 1101 | 11101011 | 1000110 | 111001 |
Color Harmonies of #434FDE
Complementary color
Monochromatic Colors of #434FDE
Black with #434FDE
Text Example
Text Example
White with #434FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FDE; }
p { color: rgb(67,79,222); }
H1.HeaderClassName
{
color: #434FDE;
}
.AnyTagClassName
{
color: #434FDE;
}
</style>
background-color css
<style>
a { background-color: #434FDE; }
a { background-color: rgb(67,79,222); }
div.DivClassName
{
background-color: #434FDE;
}
.BgClassName
{
background-color: #434FDE;
}
</style>
border-color css
<style>
span { border-color: #434FDE; }
span { border-color: rgb(67,79,222); }
td.TdClassName
{
border-color: #434FDE;
}
.TagClassName
{
border-color: #434FDE;
}
</style>