Shades of Free Speech Blue #363CCB
Tints of Free Speech Blue #363CCB
RGB
CMYK
RGB Variations
Color information
#363CCB (or 0x363CCB) is known color: Free Speech Blue. HEX triplet: 36, 3C and CB. RGB value is (54,60,203). Sum of RGB (Red+Green+Blue) = 54+60+203=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #363CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CCB is #C9C334. Grayscale: #494949. Windows color (decimal): -13222709 or 13319222. OLE color: 13319222.
HSL color Cylindrical-coordinate representation of color #363CCB: hue angle of 237.58º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363CCB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 60 | 203 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.20 |
| HSL | 237.58º | 0.59% | 0.5% | - |
| HSV(B) | 237.58º | 0.73% | 0.8% | - |
| XYZ | 13.92 | 8.33 | 57.37 | - |
| YUV | 74.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 203 | 0.73 | 0.70 | 0 | 0.20 | 237.58 | 0.59 | 0.5 |
| Hex | 36 | 3C | CB | 49 | 46 | 0 | 14 | EE | 3B | 32 |
| Octal | 66 | 74 | 313 | 111 | 106 | 0 | 24 | 356 | 73 | 62 |
| Binary | 110110 | 111100 | 11001011 | 1001001 | 1000110 | 0 | 10100 | 11101110 | 111011 | 110010 |
Color Harmonies of #363CCB
Complementary color
Monochromatic Colors of #363CCB
Black with #363CCB
Text Example
Text Example
White with #363CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CCB; }
p { color: rgb(54,60,203); }
H1.HeaderClassName
{
color: #363CCB;
}
.AnyTagClassName
{
color: #363CCB;
}
</style>
background-color css
<style>
a { background-color: #363CCB; }
a { background-color: rgb(54,60,203); }
div.DivClassName
{
background-color: #363CCB;
}
.BgClassName
{
background-color: #363CCB;
}
</style>
border-color css
<style>
span { border-color: #363CCB; }
span { border-color: rgb(54,60,203); }
td.TdClassName
{
border-color: #363CCB;
}
.TagClassName
{
border-color: #363CCB;
}
</style>