Shades of Free Speech Blue #4367CC
Tints of Free Speech Blue #4367CC
RGB
CMYK
RGB Variations
Color information
#4367CC (or 0x4367CC) is known color: Free Speech Blue. HEX triplet: 43, 67 and CC. RGB value is (67,103,204). Sum of RGB (Red+Green+Blue) = 67+103+204=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #4367CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4367CC is #BC9833. Grayscale: #676767. Windows color (decimal): -12359732 or 13395779. OLE color: 13395779.
HSL color Cylindrical-coordinate representation of color #4367CC: hue angle of 224.23º 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 #4367CC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 103 | 204 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.2 |
| HSL | 224.23º | 0.57% | 0.53% | - |
| HSV(B) | 224.23º | 0.67% | 0.8% | - |
| XYZ | 18.06 | 15.25 | 59.12 | - |
| YUV | 103.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 204 | 0.67 | 0.50 | 0 | 0.2 | 224.23 | 0.57 | 0.53 |
| Hex | 43 | 67 | CC | 43 | 32 | 0 | 14 | E0 | 39 | 35 |
| Octal | 103 | 147 | 314 | 103 | 62 | 0 | 24 | 340 | 71 | 65 |
| Binary | 1000011 | 1100111 | 11001100 | 1000011 | 110010 | 0 | 10100 | 11100000 | 111001 | 110101 |
Color Harmonies of #4367CC
Complementary color
Monochromatic Colors of #4367CC
Black with #4367CC
Text Example
Text Example
White with #4367CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4367CC; }
p { color: rgb(67,103,204); }
H1.HeaderClassName
{
color: #4367CC;
}
.AnyTagClassName
{
color: #4367CC;
}
</style>
background-color css
<style>
a { background-color: #4367CC; }
a { background-color: rgb(67,103,204); }
div.DivClassName
{
background-color: #4367CC;
}
.BgClassName
{
background-color: #4367CC;
}
</style>
border-color css
<style>
span { border-color: #4367CC; }
span { border-color: rgb(67,103,204); }
td.TdClassName
{
border-color: #4367CC;
}
.TagClassName
{
border-color: #4367CC;
}
</style>