Shades of Free Speech Blue #3438DB
Tints of Free Speech Blue #3438DB
RGB
CMYK
RGB Variations
Color information
#3438DB (or 0x3438DB) is known color: Free Speech Blue. HEX triplet: 34, 38 and DB. RGB value is (52,56,219). Sum of RGB (Red+Green+Blue) = 52+56+219=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #3438DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438DB is #CBC724. Grayscale: #484848. Windows color (decimal): -13354789 or 14366772. OLE color: 14366772.
HSL color Cylindrical-coordinate representation of color #3438DB: hue angle of 238.56º 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 #3438DB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 56 | 219 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 238.56º | 0.7% | 0.53% | - |
| HSV(B) | 238.56º | 0.76% | 0.86% | - |
| XYZ | 15.62 | 8.67 | 67.87 | - |
| YUV | 73.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 219 | 0.76 | 0.74 | 0 | 0.14 | 238.56 | 0.7 | 0.53 |
| Hex | 34 | 38 | DB | 4C | 4A | 0 | E | EF | 46 | 35 |
| Octal | 64 | 70 | 333 | 114 | 112 | 0 | 16 | 357 | 106 | 65 |
| Binary | 110100 | 111000 | 11011011 | 1001100 | 1001010 | 0 | 1110 | 11101111 | 1000110 | 110101 |
Color Harmonies of #3438DB
Complementary color
Monochromatic Colors of #3438DB
Black with #3438DB
Text Example
Text Example
White with #3438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438DB; }
p { color: rgb(52,56,219); }
H1.HeaderClassName
{
color: #3438DB;
}
.AnyTagClassName
{
color: #3438DB;
}
</style>
background-color css
<style>
a { background-color: #3438DB; }
a { background-color: rgb(52,56,219); }
div.DivClassName
{
background-color: #3438DB;
}
.BgClassName
{
background-color: #3438DB;
}
</style>
border-color css
<style>
span { border-color: #3438DB; }
span { border-color: rgb(52,56,219); }
td.TdClassName
{
border-color: #3438DB;
}
.TagClassName
{
border-color: #3438DB;
}
</style>