Shades of Free Speech Blue #433BCC
Tints of Free Speech Blue #433BCC
RGB
CMYK
RGB Variations
Color information
#433BCC (or 0x433BCC) is known color: Free Speech Blue. HEX triplet: 43, 3B and CC. RGB value is (67,59,204). Sum of RGB (Red+Green+Blue) = 67+59+204=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #433BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433BCC is #BCC433. Grayscale: #4D4D4D. Windows color (decimal): -12370996 or 13384515. OLE color: 13384515.
HSL color Cylindrical-coordinate representation of color #433BCC: hue angle of 243.31º 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 #433BCC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 59 | 204 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.2 |
| HSL | 243.31º | 0.59% | 0.52% | - |
| HSV(B) | 243.31º | 0.71% | 0.8% | - |
| XYZ | 14.78 | 8.68 | 58.02 | - |
| YUV | 77.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 204 | 0.67 | 0.71 | 0 | 0.2 | 243.31 | 0.59 | 0.52 |
| Hex | 43 | 3B | CC | 43 | 47 | 0 | 14 | F3 | 3B | 34 |
| Octal | 103 | 73 | 314 | 103 | 107 | 0 | 24 | 363 | 73 | 64 |
| Binary | 1000011 | 111011 | 11001100 | 1000011 | 1000111 | 0 | 10100 | 11110011 | 111011 | 110100 |
Color Harmonies of #433BCC
Complementary color
Monochromatic Colors of #433BCC
Black with #433BCC
Text Example
Text Example
White with #433BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BCC; }
p { color: rgb(67,59,204); }
H1.HeaderClassName
{
color: #433BCC;
}
.AnyTagClassName
{
color: #433BCC;
}
</style>
background-color css
<style>
a { background-color: #433BCC; }
a { background-color: rgb(67,59,204); }
div.DivClassName
{
background-color: #433BCC;
}
.BgClassName
{
background-color: #433BCC;
}
</style>
border-color css
<style>
span { border-color: #433BCC; }
span { border-color: rgb(67,59,204); }
td.TdClassName
{
border-color: #433BCC;
}
.TagClassName
{
border-color: #433BCC;
}
</style>