Shades of Free Speech Blue #4364CE
Tints of Free Speech Blue #4364CE
RGB
CMYK
RGB Variations
Color information
#4364CE (or 0x4364CE) is known color: Free Speech Blue. HEX triplet: 43, 64 and CE. RGB value is (67,100,206). Sum of RGB (Red+Green+Blue) = 67+100+206=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #4364CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364CE is #BC9B31. Grayscale: #656565. Windows color (decimal): -12360498 or 13526083. OLE color: 13526083.
HSL color Cylindrical-coordinate representation of color #4364CE: hue angle of 225.76º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4364CE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 100 | 206 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.19 |
| HSL | 225.76º | 0.59% | 0.54% | - |
| HSV(B) | 225.76º | 0.67% | 0.81% | - |
| XYZ | 18.01 | 14.76 | 60.29 | - |
| YUV | 102.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 206 | 0.67 | 0.51 | 0 | 0.19 | 225.76 | 0.59 | 0.54 |
| Hex | 43 | 64 | CE | 43 | 33 | 0 | 13 | E2 | 3B | 36 |
| Octal | 103 | 144 | 316 | 103 | 63 | 0 | 23 | 342 | 73 | 66 |
| Binary | 1000011 | 1100100 | 11001110 | 1000011 | 110011 | 0 | 10011 | 11100010 | 111011 | 110110 |
Color Harmonies of #4364CE
Complementary color
Monochromatic Colors of #4364CE
Black with #4364CE
Text Example
Text Example
White with #4364CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4364CE; }
p { color: rgb(67,100,206); }
H1.HeaderClassName
{
color: #4364CE;
}
.AnyTagClassName
{
color: #4364CE;
}
</style>
background-color css
<style>
a { background-color: #4364CE; }
a { background-color: rgb(67,100,206); }
div.DivClassName
{
background-color: #4364CE;
}
.BgClassName
{
background-color: #4364CE;
}
</style>
border-color css
<style>
span { border-color: #4364CE; }
span { border-color: rgb(67,100,206); }
td.TdClassName
{
border-color: #4364CE;
}
.TagClassName
{
border-color: #4364CE;
}
</style>