Shades of Free Speech Blue #4354DA
Tints of Free Speech Blue #4354DA
RGB
CMYK
RGB Variations
Color information
#4354DA (or 0x4354DA) is known color: Free Speech Blue. HEX triplet: 43, 54 and DA. RGB value is (67,84,218). Sum of RGB (Red+Green+Blue) = 67+84+218=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #4354DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4354DA is #BCAB25. Grayscale: #5D5D5D. Windows color (decimal): -12364582 or 14308419. OLE color: 14308419.
HSL color Cylindrical-coordinate representation of color #4354DA: hue angle of 233.25º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4354DA is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 84 | 218 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.15 |
| HSL | 233.25º | 0.67% | 0.56% | - |
| HSV(B) | 233.25º | 0.69% | 0.85% | - |
| XYZ | 18.14 | 12.6 | 67.8 | - |
| YUV | 94.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 218 | 0.69 | 0.61 | 0 | 0.15 | 233.25 | 0.67 | 0.56 |
| Hex | 43 | 54 | DA | 45 | 3D | 0 | F | E9 | 43 | 38 |
| Octal | 103 | 124 | 332 | 105 | 75 | 0 | 17 | 351 | 103 | 70 |
| Binary | 1000011 | 1010100 | 11011010 | 1000101 | 111101 | 0 | 1111 | 11101001 | 1000011 | 111000 |
Color Harmonies of #4354DA
Complementary color
Monochromatic Colors of #4354DA
Black with #4354DA
Text Example
Text Example
White with #4354DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354DA; }
p { color: rgb(67,84,218); }
H1.HeaderClassName
{
color: #4354DA;
}
.AnyTagClassName
{
color: #4354DA;
}
</style>
background-color css
<style>
a { background-color: #4354DA; }
a { background-color: rgb(67,84,218); }
div.DivClassName
{
background-color: #4354DA;
}
.BgClassName
{
background-color: #4354DA;
}
</style>
border-color css
<style>
span { border-color: #4354DA; }
span { border-color: rgb(67,84,218); }
td.TdClassName
{
border-color: #4354DA;
}
.TagClassName
{
border-color: #4354DA;
}
</style>