Shades of Free Speech Blue #4336C2
Tints of Free Speech Blue #4336C2
RGB
CMYK
RGB Variations
Color information
#4336C2 (or 0x4336C2) is known color: Free Speech Blue. HEX triplet: 43, 36 and C2. RGB value is (67,54,194). Sum of RGB (Red+Green+Blue) = 67+54+194=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #4336C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336C2 is #BCC93D. Grayscale: #494949. Windows color (decimal): -12372286 or 12727875. OLE color: 12727875.
HSL color Cylindrical-coordinate representation of color #4336C2: hue angle of 245.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4336C2 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 54 | 194 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.24 |
| HSL | 245.57º | 0.56% | 0.49% | - |
| HSV(B) | 245.57º | 0.72% | 0.76% | - |
| XYZ | 13.37 | 7.73 | 51.83 | - |
| YUV | 73.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 194 | 0.65 | 0.72 | 0 | 0.24 | 245.57 | 0.56 | 0.49 |
| Hex | 43 | 36 | C2 | 41 | 48 | 0 | 18 | F6 | 38 | 31 |
| Octal | 103 | 66 | 302 | 101 | 110 | 0 | 30 | 366 | 70 | 61 |
| Binary | 1000011 | 110110 | 11000010 | 1000001 | 1001000 | 0 | 11000 | 11110110 | 111000 | 110001 |
Color Harmonies of #4336C2
Complementary color
Monochromatic Colors of #4336C2
Black with #4336C2
Text Example
Text Example
White with #4336C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336C2; }
p { color: rgb(67,54,194); }
H1.HeaderClassName
{
color: #4336C2;
}
.AnyTagClassName
{
color: #4336C2;
}
</style>
background-color css
<style>
a { background-color: #4336C2; }
a { background-color: rgb(67,54,194); }
div.DivClassName
{
background-color: #4336C2;
}
.BgClassName
{
background-color: #4336C2;
}
</style>
border-color css
<style>
span { border-color: #4336C2; }
span { border-color: rgb(67,54,194); }
td.TdClassName
{
border-color: #4336C2;
}
.TagClassName
{
border-color: #4336C2;
}
</style>