Shades of Free Speech Blue #375DD2
Tints of Free Speech Blue #375DD2
RGB
CMYK
RGB Variations
Color information
#375DD2 (or 0x375DD2) is known color: Free Speech Blue. HEX triplet: 37, 5D and D2. RGB value is (55,93,210). Sum of RGB (Red+Green+Blue) = 55+93+210=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #375DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DD2 is #C8A22D. Grayscale: #5E5E5E. Windows color (decimal): -13148718 or 13786423. OLE color: 13786423.
HSL color Cylindrical-coordinate representation of color #375DD2: hue angle of 225.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375DD2 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 93 | 210 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.18 |
| HSL | 225.29º | 0.63% | 0.52% | - |
| HSV(B) | 225.29º | 0.74% | 0.82% | - |
| XYZ | 17.12 | 13.29 | 62.64 | - |
| YUV | 94.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 210 | 0.74 | 0.56 | 0 | 0.18 | 225.29 | 0.63 | 0.52 |
| Hex | 37 | 5D | D2 | 4A | 38 | 0 | 12 | E1 | 3F | 34 |
| Octal | 67 | 135 | 322 | 112 | 70 | 0 | 22 | 341 | 77 | 64 |
| Binary | 110111 | 1011101 | 11010010 | 1001010 | 111000 | 0 | 10010 | 11100001 | 111111 | 110100 |
Color Harmonies of #375DD2
Complementary color
Monochromatic Colors of #375DD2
Black with #375DD2
Text Example
Text Example
White with #375DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DD2; }
p { color: rgb(55,93,210); }
H1.HeaderClassName
{
color: #375DD2;
}
.AnyTagClassName
{
color: #375DD2;
}
</style>
background-color css
<style>
a { background-color: #375DD2; }
a { background-color: rgb(55,93,210); }
div.DivClassName
{
background-color: #375DD2;
}
.BgClassName
{
background-color: #375DD2;
}
</style>
border-color css
<style>
span { border-color: #375DD2; }
span { border-color: rgb(55,93,210); }
td.TdClassName
{
border-color: #375DD2;
}
.TagClassName
{
border-color: #375DD2;
}
</style>