Shades of Free Speech Blue #4333CC
Tints of Free Speech Blue #4333CC
RGB
CMYK
RGB Variations
Color information
#4333CC (or 0x4333CC) is known color: Free Speech Blue. HEX triplet: 43, 33 and CC. RGB value is (67,51,204). Sum of RGB (Red+Green+Blue) = 67+51+204=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #4333CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4333CC is #BCCC33. Grayscale: #484848. Windows color (decimal): -12373044 or 13382467. OLE color: 13382467.
HSL color Cylindrical-coordinate representation of color #4333CC: hue angle of 246.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4333CC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 51 | 204 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.2 |
| HSL | 246.27º | 0.6% | 0.5% | - |
| HSV(B) | 246.27º | 0.75% | 0.8% | - |
| XYZ | 14.4 | 7.92 | 57.9 | - |
| YUV | 73.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 204 | 0.67 | 0.75 | 0 | 0.2 | 246.27 | 0.6 | 0.5 |
| Hex | 43 | 33 | CC | 43 | 4B | 0 | 14 | F6 | 3C | 32 |
| Octal | 103 | 63 | 314 | 103 | 113 | 0 | 24 | 366 | 74 | 62 |
| Binary | 1000011 | 110011 | 11001100 | 1000011 | 1001011 | 0 | 10100 | 11110110 | 111100 | 110010 |
Color Harmonies of #4333CC
Complementary color
Monochromatic Colors of #4333CC
Black with #4333CC
Text Example
Text Example
White with #4333CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4333CC; }
p { color: rgb(67,51,204); }
H1.HeaderClassName
{
color: #4333CC;
}
.AnyTagClassName
{
color: #4333CC;
}
</style>
background-color css
<style>
a { background-color: #4333CC; }
a { background-color: rgb(67,51,204); }
div.DivClassName
{
background-color: #4333CC;
}
.BgClassName
{
background-color: #4333CC;
}
</style>
border-color css
<style>
span { border-color: #4333CC; }
span { border-color: rgb(67,51,204); }
td.TdClassName
{
border-color: #4333CC;
}
.TagClassName
{
border-color: #4333CC;
}
</style>