Shades of Free Speech Blue #363BD2
Tints of Free Speech Blue #363BD2
RGB
CMYK
RGB Variations
Color information
#363BD2 (or 0x363BD2) is known color: Free Speech Blue. HEX triplet: 36, 3B and D2. RGB value is (54,59,210). Sum of RGB (Red+Green+Blue) = 54+59+210=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #363BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BD2 is #C9C42D. Grayscale: #4A4A4A. Windows color (decimal): -13222958 or 13777718. OLE color: 13777718.
HSL color Cylindrical-coordinate representation of color #363BD2: hue angle of 238.08º 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 #363BD2 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 59 | 210 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.18 |
| HSL | 238.08º | 0.63% | 0.52% | - |
| HSV(B) | 238.08º | 0.74% | 0.82% | - |
| XYZ | 14.72 | 8.57 | 61.85 | - |
| YUV | 74.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 210 | 0.74 | 0.72 | 0 | 0.18 | 238.08 | 0.63 | 0.52 |
| Hex | 36 | 3B | D2 | 4A | 48 | 0 | 12 | EE | 3F | 34 |
| Octal | 66 | 73 | 322 | 112 | 110 | 0 | 22 | 356 | 77 | 64 |
| Binary | 110110 | 111011 | 11010010 | 1001010 | 1001000 | 0 | 10010 | 11101110 | 111111 | 110100 |
Color Harmonies of #363BD2
Complementary color
Monochromatic Colors of #363BD2
Black with #363BD2
Text Example
Text Example
White with #363BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BD2; }
p { color: rgb(54,59,210); }
H1.HeaderClassName
{
color: #363BD2;
}
.AnyTagClassName
{
color: #363BD2;
}
</style>
background-color css
<style>
a { background-color: #363BD2; }
a { background-color: rgb(54,59,210); }
div.DivClassName
{
background-color: #363BD2;
}
.BgClassName
{
background-color: #363BD2;
}
</style>
border-color css
<style>
span { border-color: #363BD2; }
span { border-color: rgb(54,59,210); }
td.TdClassName
{
border-color: #363BD2;
}
.TagClassName
{
border-color: #363BD2;
}
</style>