Shades of Free Speech Blue #433DCC
Tints of Free Speech Blue #433DCC
RGB
CMYK
RGB Variations
Color information
#433DCC (or 0x433DCC) is known color: Free Speech Blue. HEX triplet: 43, 3D and CC. RGB value is (67,61,204). Sum of RGB (Red+Green+Blue) = 67+61+204=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #433DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433DCC is #BCC233. Grayscale: #4E4E4E. Windows color (decimal): -12370484 or 13385027. OLE color: 13385027.
HSL color Cylindrical-coordinate representation of color #433DCC: hue angle of 242.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #433DCC is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 61 | 204 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.2 |
| HSL | 242.52º | 0.58% | 0.52% | - |
| HSV(B) | 242.52º | 0.7% | 0.8% | - |
| XYZ | 14.88 | 8.89 | 58.06 | - |
| YUV | 79.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 204 | 0.67 | 0.70 | 0 | 0.2 | 242.52 | 0.58 | 0.52 |
| Hex | 43 | 3D | CC | 43 | 46 | 0 | 14 | F3 | 3A | 34 |
| Octal | 103 | 75 | 314 | 103 | 106 | 0 | 24 | 363 | 72 | 64 |
| Binary | 1000011 | 111101 | 11001100 | 1000011 | 1000110 | 0 | 10100 | 11110011 | 111010 | 110100 |
Color Harmonies of #433DCC
Complementary color
Monochromatic Colors of #433DCC
Black with #433DCC
Text Example
Text Example
White with #433DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DCC; }
p { color: rgb(67,61,204); }
H1.HeaderClassName
{
color: #433DCC;
}
.AnyTagClassName
{
color: #433DCC;
}
</style>
background-color css
<style>
a { background-color: #433DCC; }
a { background-color: rgb(67,61,204); }
div.DivClassName
{
background-color: #433DCC;
}
.BgClassName
{
background-color: #433DCC;
}
</style>
border-color css
<style>
span { border-color: #433DCC; }
span { border-color: rgb(67,61,204); }
td.TdClassName
{
border-color: #433DCC;
}
.TagClassName
{
border-color: #433DCC;
}
</style>