Shades of Free Speech Blue #4339C2
Tints of Free Speech Blue #4339C2
RGB
CMYK
RGB Variations
Color information
#4339C2 (or 0x4339C2) is known color: Free Speech Blue. HEX triplet: 43, 39 and C2. RGB value is (67,57,194). Sum of RGB (Red+Green+Blue) = 67+57+194=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #4339C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4339C2 is #BCC63D. Grayscale: #4B4B4B. Windows color (decimal): -12371518 or 12728643. OLE color: 12728643.
HSL color Cylindrical-coordinate representation of color #4339C2: hue angle of 244.38º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4339C2 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 57 | 194 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.24 |
| HSL | 244.38º | 0.55% | 0.49% | - |
| HSV(B) | 244.38º | 0.71% | 0.76% | - |
| XYZ | 13.52 | 8.01 | 51.87 | - |
| YUV | 75.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 194 | 0.65 | 0.71 | 0 | 0.24 | 244.38 | 0.55 | 0.49 |
| Hex | 43 | 39 | C2 | 41 | 47 | 0 | 18 | F4 | 37 | 31 |
| Octal | 103 | 71 | 302 | 101 | 107 | 0 | 30 | 364 | 67 | 61 |
| Binary | 1000011 | 111001 | 11000010 | 1000001 | 1000111 | 0 | 11000 | 11110100 | 110111 | 110001 |
Color Harmonies of #4339C2
Complementary color
Monochromatic Colors of #4339C2
Black with #4339C2
Text Example
Text Example
White with #4339C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4339C2; }
p { color: rgb(67,57,194); }
H1.HeaderClassName
{
color: #4339C2;
}
.AnyTagClassName
{
color: #4339C2;
}
</style>
background-color css
<style>
a { background-color: #4339C2; }
a { background-color: rgb(67,57,194); }
div.DivClassName
{
background-color: #4339C2;
}
.BgClassName
{
background-color: #4339C2;
}
</style>
border-color css
<style>
span { border-color: #4339C2; }
span { border-color: rgb(67,57,194); }
td.TdClassName
{
border-color: #4339C2;
}
.TagClassName
{
border-color: #4339C2;
}
</style>