Shades of Free Speech Blue #4339DC
Tints of Free Speech Blue #4339DC
RGB
CMYK
RGB Variations
Color information
#4339DC (or 0x4339DC) is known color: Free Speech Blue. HEX triplet: 43, 39 and DC. RGB value is (67,57,220). Sum of RGB (Red+Green+Blue) = 67+57+220=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #4339DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4339DC is #BCC623. Grayscale: #4D4D4D. Windows color (decimal): -12371492 or 14432579. OLE color: 14432579.
HSL color Cylindrical-coordinate representation of color #4339DC: hue angle of 243.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4339DC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 57 | 220 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.14 |
| HSL | 243.68º | 0.7% | 0.54% | - |
| HSV(B) | 243.68º | 0.74% | 0.86% | - |
| XYZ | 16.7 | 9.29 | 68.62 | - |
| YUV | 78.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 220 | 0.70 | 0.74 | 0 | 0.14 | 243.68 | 0.7 | 0.54 |
| Hex | 43 | 39 | DC | 46 | 4A | 0 | E | F4 | 46 | 36 |
| Octal | 103 | 71 | 334 | 106 | 112 | 0 | 16 | 364 | 106 | 66 |
| Binary | 1000011 | 111001 | 11011100 | 1000110 | 1001010 | 0 | 1110 | 11110100 | 1000110 | 110110 |
Color Harmonies of #4339DC
Complementary color
Monochromatic Colors of #4339DC
Black with #4339DC
Text Example
Text Example
White with #4339DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4339DC; }
p { color: rgb(67,57,220); }
H1.HeaderClassName
{
color: #4339DC;
}
.AnyTagClassName
{
color: #4339DC;
}
</style>
background-color css
<style>
a { background-color: #4339DC; }
a { background-color: rgb(67,57,220); }
div.DivClassName
{
background-color: #4339DC;
}
.BgClassName
{
background-color: #4339DC;
}
</style>
border-color css
<style>
span { border-color: #4339DC; }
span { border-color: rgb(67,57,220); }
td.TdClassName
{
border-color: #4339DC;
}
.TagClassName
{
border-color: #4339DC;
}
</style>