Shades of Free Speech Blue #3658CC
Tints of Free Speech Blue #3658CC
RGB
CMYK
RGB Variations
Color information
#3658CC (or 0x3658CC) is known color: Free Speech Blue. HEX triplet: 36, 58 and CC. RGB value is (54,88,204). Sum of RGB (Red+Green+Blue) = 54+88+204=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #3658CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3658CC is #C9A733. Grayscale: #5A5A5A. Windows color (decimal): -13215540 or 13391926. OLE color: 13391926.
HSL color Cylindrical-coordinate representation of color #3658CC: hue angle of 226.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3658CC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 88 | 204 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.2 |
| HSL | 226.4º | 0.6% | 0.51% | - |
| HSV(B) | 226.4º | 0.74% | 0.8% | - |
| XYZ | 15.91 | 12.12 | 58.63 | - |
| YUV | 91.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 204 | 0.74 | 0.57 | 0 | 0.2 | 226.4 | 0.6 | 0.51 |
| Hex | 36 | 58 | CC | 4A | 39 | 0 | 14 | E2 | 3C | 33 |
| Octal | 66 | 130 | 314 | 112 | 71 | 0 | 24 | 342 | 74 | 63 |
| Binary | 110110 | 1011000 | 11001100 | 1001010 | 111001 | 0 | 10100 | 11100010 | 111100 | 110011 |
Color Harmonies of #3658CC
Complementary color
Monochromatic Colors of #3658CC
Black with #3658CC
Text Example
Text Example
White with #3658CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658CC; }
p { color: rgb(54,88,204); }
H1.HeaderClassName
{
color: #3658CC;
}
.AnyTagClassName
{
color: #3658CC;
}
</style>
background-color css
<style>
a { background-color: #3658CC; }
a { background-color: rgb(54,88,204); }
div.DivClassName
{
background-color: #3658CC;
}
.BgClassName
{
background-color: #3658CC;
}
</style>
border-color css
<style>
span { border-color: #3658CC; }
span { border-color: rgb(54,88,204); }
td.TdClassName
{
border-color: #3658CC;
}
.TagClassName
{
border-color: #3658CC;
}
</style>