Shades of Free Speech Blue #433ACE
Tints of Free Speech Blue #433ACE
RGB
CMYK
RGB Variations
Color information
#433ACE (or 0x433ACE) is known color: Free Speech Blue. HEX triplet: 43, 3A and CE. RGB value is (67,58,206). Sum of RGB (Red+Green+Blue) = 67+58+206=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #433ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433ACE is #BCC531. Grayscale: #4C4C4C. Windows color (decimal): -12371250 or 13515331. OLE color: 13515331.
HSL color Cylindrical-coordinate representation of color #433ACE: hue angle of 243.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433ACE is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 58 | 206 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.19 |
| HSL | 243.65º | 0.6% | 0.52% | - |
| HSV(B) | 243.65º | 0.72% | 0.81% | - |
| XYZ | 14.97 | 8.68 | 59.28 | - |
| YUV | 77.56 | 200.48 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 206 | 0.67 | 0.72 | 0 | 0.19 | 243.65 | 0.6 | 0.52 |
| Hex | 43 | 3A | CE | 43 | 48 | 0 | 13 | F4 | 3C | 34 |
| Octal | 103 | 72 | 316 | 103 | 110 | 0 | 23 | 364 | 74 | 64 |
| Binary | 1000011 | 111010 | 11001110 | 1000011 | 1001000 | 0 | 10011 | 11110100 | 111100 | 110100 |
Color Harmonies of #433ACE
Complementary color
Monochromatic Colors of #433ACE
Black with #433ACE
Text Example
Text Example
White with #433ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433ACE; }
p { color: rgb(67,58,206); }
H1.HeaderClassName
{
color: #433ACE;
}
.AnyTagClassName
{
color: #433ACE;
}
</style>
background-color css
<style>
a { background-color: #433ACE; }
a { background-color: rgb(67,58,206); }
div.DivClassName
{
background-color: #433ACE;
}
.BgClassName
{
background-color: #433ACE;
}
</style>
border-color css
<style>
span { border-color: #433ACE; }
span { border-color: rgb(67,58,206); }
td.TdClassName
{
border-color: #433ACE;
}
.TagClassName
{
border-color: #433ACE;
}
</style>