Shades of Free Speech Blue #4336CC
Tints of Free Speech Blue #4336CC
RGB
CMYK
RGB Variations
Color information
#4336CC (or 0x4336CC) is known color: Free Speech Blue. HEX triplet: 43, 36 and CC. RGB value is (67,54,204). Sum of RGB (Red+Green+Blue) = 67+54+204=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #4336CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336CC is #BCC933. Grayscale: #4A4A4A. Windows color (decimal): -12372276 or 13383235. OLE color: 13383235.
HSL color Cylindrical-coordinate representation of color #4336CC: hue angle of 245.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4336CC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 54 | 204 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.2 |
| HSL | 245.2º | 0.6% | 0.51% | - |
| HSV(B) | 245.2º | 0.74% | 0.8% | - |
| XYZ | 14.53 | 8.19 | 57.94 | - |
| YUV | 74.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 204 | 0.67 | 0.74 | 0 | 0.2 | 245.2 | 0.6 | 0.51 |
| Hex | 43 | 36 | CC | 43 | 4A | 0 | 14 | F5 | 3C | 33 |
| Octal | 103 | 66 | 314 | 103 | 112 | 0 | 24 | 365 | 74 | 63 |
| Binary | 1000011 | 110110 | 11001100 | 1000011 | 1001010 | 0 | 10100 | 11110101 | 111100 | 110011 |
Color Harmonies of #4336CC
Complementary color
Monochromatic Colors of #4336CC
Black with #4336CC
Text Example
Text Example
White with #4336CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336CC; }
p { color: rgb(67,54,204); }
H1.HeaderClassName
{
color: #4336CC;
}
.AnyTagClassName
{
color: #4336CC;
}
</style>
background-color css
<style>
a { background-color: #4336CC; }
a { background-color: rgb(67,54,204); }
div.DivClassName
{
background-color: #4336CC;
}
.BgClassName
{
background-color: #4336CC;
}
</style>
border-color css
<style>
span { border-color: #4336CC; }
span { border-color: rgb(67,54,204); }
td.TdClassName
{
border-color: #4336CC;
}
.TagClassName
{
border-color: #4336CC;
}
</style>