Shades of Free Speech Blue #423EDB
Tints of Free Speech Blue #423EDB
RGB
CMYK
RGB Variations
Color information
#423EDB (or 0x423EDB) is known color: Free Speech Blue. HEX triplet: 42, 3E and DB. RGB value is (66,62,219). Sum of RGB (Red+Green+Blue) = 66+62+219=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #423EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423EDB is #BDC124. Grayscale: #505050. Windows color (decimal): -12435749 or 14368322. OLE color: 14368322.
HSL color Cylindrical-coordinate representation of color #423EDB: hue angle of 241.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423EDB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 62 | 219 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.14 |
| HSL | 241.53º | 0.69% | 0.55% | - |
| HSV(B) | 241.53º | 0.72% | 0.86% | - |
| XYZ | 16.76 | 9.72 | 68.01 | - |
| YUV | 81.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 219 | 0.70 | 0.72 | 0 | 0.14 | 241.53 | 0.69 | 0.55 |
| Hex | 42 | 3E | DB | 46 | 48 | 0 | E | F2 | 45 | 37 |
| Octal | 102 | 76 | 333 | 106 | 110 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000010 | 111110 | 11011011 | 1000110 | 1001000 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #423EDB
Complementary color
Monochromatic Colors of #423EDB
Black with #423EDB
Text Example
Text Example
White with #423EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EDB; }
p { color: rgb(66,62,219); }
H1.HeaderClassName
{
color: #423EDB;
}
.AnyTagClassName
{
color: #423EDB;
}
</style>
background-color css
<style>
a { background-color: #423EDB; }
a { background-color: rgb(66,62,219); }
div.DivClassName
{
background-color: #423EDB;
}
.BgClassName
{
background-color: #423EDB;
}
</style>
border-color css
<style>
span { border-color: #423EDB; }
span { border-color: rgb(66,62,219); }
td.TdClassName
{
border-color: #423EDB;
}
.TagClassName
{
border-color: #423EDB;
}
</style>