Shades of Free Speech Blue #4364CB
Tints of Free Speech Blue #4364CB
RGB
CMYK
RGB Variations
Color information
#4364CB (or 0x4364CB) is known color: Free Speech Blue. HEX triplet: 43, 64 and CB. RGB value is (67,100,203). Sum of RGB (Red+Green+Blue) = 67+100+203=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #4364CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364CB is #BC9B34. Grayscale: #656565. Windows color (decimal): -12360501 or 13329475. OLE color: 13329475.
HSL color Cylindrical-coordinate representation of color #4364CB: hue angle of 225.44º 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 #4364CB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 100 | 203 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.20 |
| HSL | 225.44º | 0.57% | 0.53% | - |
| HSV(B) | 225.44º | 0.67% | 0.8% | - |
| XYZ | 17.65 | 14.62 | 58.39 | - |
| YUV | 101.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 203 | 0.67 | 0.51 | 0 | 0.20 | 225.44 | 0.57 | 0.53 |
| Hex | 43 | 64 | CB | 43 | 33 | 0 | 14 | E1 | 39 | 35 |
| Octal | 103 | 144 | 313 | 103 | 63 | 0 | 24 | 341 | 71 | 65 |
| Binary | 1000011 | 1100100 | 11001011 | 1000011 | 110011 | 0 | 10100 | 11100001 | 111001 | 110101 |
Color Harmonies of #4364CB
Complementary color
Monochromatic Colors of #4364CB
Black with #4364CB
Text Example
Text Example
White with #4364CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4364CB; }
p { color: rgb(67,100,203); }
H1.HeaderClassName
{
color: #4364CB;
}
.AnyTagClassName
{
color: #4364CB;
}
</style>
background-color css
<style>
a { background-color: #4364CB; }
a { background-color: rgb(67,100,203); }
div.DivClassName
{
background-color: #4364CB;
}
.BgClassName
{
background-color: #4364CB;
}
</style>
border-color css
<style>
span { border-color: #4364CB; }
span { border-color: rgb(67,100,203); }
td.TdClassName
{
border-color: #4364CB;
}
.TagClassName
{
border-color: #4364CB;
}
</style>