Shades of Free Speech Blue #3453DB
Tints of Free Speech Blue #3453DB
RGB
CMYK
RGB Variations
Color information
#3453DB (or 0x3453DB) is known color: Free Speech Blue. HEX triplet: 34, 53 and DB. RGB value is (52,83,219). Sum of RGB (Red+Green+Blue) = 52+83+219=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3453DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453DB is #CBAC24. Grayscale: #585858. Windows color (decimal): -13347877 or 14373684. OLE color: 14373684.
HSL color Cylindrical-coordinate representation of color #3453DB: hue angle of 228.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3453DB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 83 | 219 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.14 |
| HSL | 228.86º | 0.7% | 0.53% | - |
| HSV(B) | 228.86º | 0.76% | 0.86% | - |
| XYZ | 17.3 | 12.03 | 68.43 | - |
| YUV | 89.24 | 201.23 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 219 | 0.76 | 0.62 | 0 | 0.14 | 228.86 | 0.7 | 0.53 |
| Hex | 34 | 53 | DB | 4C | 3E | 0 | E | E5 | 46 | 35 |
| Octal | 64 | 123 | 333 | 114 | 76 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110100 | 1010011 | 11011011 | 1001100 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3453DB
Complementary color
Monochromatic Colors of #3453DB
Black with #3453DB
Text Example
Text Example
White with #3453DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453DB; }
p { color: rgb(52,83,219); }
H1.HeaderClassName
{
color: #3453DB;
}
.AnyTagClassName
{
color: #3453DB;
}
</style>
background-color css
<style>
a { background-color: #3453DB; }
a { background-color: rgb(52,83,219); }
div.DivClassName
{
background-color: #3453DB;
}
.BgClassName
{
background-color: #3453DB;
}
</style>
border-color css
<style>
span { border-color: #3453DB; }
span { border-color: rgb(52,83,219); }
td.TdClassName
{
border-color: #3453DB;
}
.TagClassName
{
border-color: #3453DB;
}
</style>