Shades of Free Speech Blue #433CCC
Tints of Free Speech Blue #433CCC
RGB
CMYK
RGB Variations
Color information
#433CCC (or 0x433CCC) is known color: Free Speech Blue. HEX triplet: 43, 3C and CC. RGB value is (67,60,204). Sum of RGB (Red+Green+Blue) = 67+60+204=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #433CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433CCC is #BCC333. Grayscale: #4D4D4D. Windows color (decimal): -12370740 or 13384771. OLE color: 13384771.
HSL color Cylindrical-coordinate representation of color #433CCC: hue angle of 242.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #433CCC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 60 | 204 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.2 |
| HSL | 242.92º | 0.59% | 0.52% | - |
| HSV(B) | 242.92º | 0.71% | 0.8% | - |
| XYZ | 14.83 | 8.78 | 58.04 | - |
| YUV | 78.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 204 | 0.67 | 0.71 | 0 | 0.2 | 242.92 | 0.59 | 0.52 |
| Hex | 43 | 3C | CC | 43 | 47 | 0 | 14 | F3 | 3B | 34 |
| Octal | 103 | 74 | 314 | 103 | 107 | 0 | 24 | 363 | 73 | 64 |
| Binary | 1000011 | 111100 | 11001100 | 1000011 | 1000111 | 0 | 10100 | 11110011 | 111011 | 110100 |
Color Harmonies of #433CCC
Complementary color
Monochromatic Colors of #433CCC
Black with #433CCC
Text Example
Text Example
White with #433CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CCC; }
p { color: rgb(67,60,204); }
H1.HeaderClassName
{
color: #433CCC;
}
.AnyTagClassName
{
color: #433CCC;
}
</style>
background-color css
<style>
a { background-color: #433CCC; }
a { background-color: rgb(67,60,204); }
div.DivClassName
{
background-color: #433CCC;
}
.BgClassName
{
background-color: #433CCC;
}
</style>
border-color css
<style>
span { border-color: #433CCC; }
span { border-color: rgb(67,60,204); }
td.TdClassName
{
border-color: #433CCC;
}
.TagClassName
{
border-color: #433CCC;
}
</style>