Shades of Free Speech Blue #4360CC
Tints of Free Speech Blue #4360CC
RGB
CMYK
RGB Variations
Color information
#4360CC (or 0x4360CC) is known color: Free Speech Blue. HEX triplet: 43, 60 and CC. RGB value is (67,96,204). Sum of RGB (Red+Green+Blue) = 67+96+204=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #4360CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4360CC is #BC9F33. Grayscale: #636363. Windows color (decimal): -12361524 or 13393987. OLE color: 13393987.
HSL color Cylindrical-coordinate representation of color #4360CC: hue angle of 227.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4360CC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 96 | 204 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.2 |
| HSL | 227.3º | 0.57% | 0.53% | - |
| HSV(B) | 227.3º | 0.67% | 0.8% | - |
| XYZ | 17.4 | 13.92 | 58.9 | - |
| YUV | 99.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 204 | 0.67 | 0.53 | 0 | 0.2 | 227.3 | 0.57 | 0.53 |
| Hex | 43 | 60 | CC | 43 | 35 | 0 | 14 | E3 | 39 | 35 |
| Octal | 103 | 140 | 314 | 103 | 65 | 0 | 24 | 343 | 71 | 65 |
| Binary | 1000011 | 1100000 | 11001100 | 1000011 | 110101 | 0 | 10100 | 11100011 | 111001 | 110101 |
Color Harmonies of #4360CC
Complementary color
Monochromatic Colors of #4360CC
Black with #4360CC
Text Example
Text Example
White with #4360CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4360CC; }
p { color: rgb(67,96,204); }
H1.HeaderClassName
{
color: #4360CC;
}
.AnyTagClassName
{
color: #4360CC;
}
</style>
background-color css
<style>
a { background-color: #4360CC; }
a { background-color: rgb(67,96,204); }
div.DivClassName
{
background-color: #4360CC;
}
.BgClassName
{
background-color: #4360CC;
}
</style>
border-color css
<style>
span { border-color: #4360CC; }
span { border-color: rgb(67,96,204); }
td.TdClassName
{
border-color: #4360CC;
}
.TagClassName
{
border-color: #4360CC;
}
</style>