Shades of Free Speech Blue #3453CE
Tints of Free Speech Blue #3453CE
RGB
CMYK
RGB Variations
Color information
#3453CE (or 0x3453CE) is known color: Free Speech Blue. HEX triplet: 34, 53 and CE. RGB value is (52,83,206). Sum of RGB (Red+Green+Blue) = 52+83+206=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3453CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453CE is #CBAC31. Grayscale: #575757. Windows color (decimal): -13347890 or 13521716. OLE color: 13521716.
HSL color Cylindrical-coordinate representation of color #3453CE: hue angle of 227.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3453CE is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 83 | 206 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.19 |
| HSL | 227.92º | 0.61% | 0.51% | - |
| HSV(B) | 227.92º | 0.75% | 0.81% | - |
| XYZ | 15.65 | 11.37 | 59.76 | - |
| YUV | 87.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 206 | 0.75 | 0.60 | 0 | 0.19 | 227.92 | 0.61 | 0.51 |
| Hex | 34 | 53 | CE | 4B | 3C | 0 | 13 | E4 | 3D | 33 |
| Octal | 64 | 123 | 316 | 113 | 74 | 0 | 23 | 344 | 75 | 63 |
| Binary | 110100 | 1010011 | 11001110 | 1001011 | 111100 | 0 | 10011 | 11100100 | 111101 | 110011 |
Color Harmonies of #3453CE
Complementary color
Monochromatic Colors of #3453CE
Black with #3453CE
Text Example
Text Example
White with #3453CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453CE; }
p { color: rgb(52,83,206); }
H1.HeaderClassName
{
color: #3453CE;
}
.AnyTagClassName
{
color: #3453CE;
}
</style>
background-color css
<style>
a { background-color: #3453CE; }
a { background-color: rgb(52,83,206); }
div.DivClassName
{
background-color: #3453CE;
}
.BgClassName
{
background-color: #3453CE;
}
</style>
border-color css
<style>
span { border-color: #3453CE; }
span { border-color: rgb(52,83,206); }
td.TdClassName
{
border-color: #3453CE;
}
.TagClassName
{
border-color: #3453CE;
}
</style>