Shades of Free Speech Blue #423DDB
Tints of Free Speech Blue #423DDB
RGB
CMYK
RGB Variations
Color information
#423DDB (or 0x423DDB) is known color: Free Speech Blue. HEX triplet: 42, 3D and DB. RGB value is (66,61,219). Sum of RGB (Red+Green+Blue) = 66+61+219=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #423DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DDB is #BDC224. Grayscale: #4F4F4F. Windows color (decimal): -12436005 or 14368066. OLE color: 14368066.
HSL color Cylindrical-coordinate representation of color #423DDB: hue angle of 241.9º 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 #423DDB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 61 | 219 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.14 |
| HSL | 241.9º | 0.69% | 0.55% | - |
| HSV(B) | 241.9º | 0.72% | 0.86% | - |
| XYZ | 16.7 | 9.61 | 67.99 | - |
| YUV | 80.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 219 | 0.70 | 0.72 | 0 | 0.14 | 241.9 | 0.69 | 0.55 |
| Hex | 42 | 3D | DB | 46 | 48 | 0 | E | F2 | 45 | 37 |
| Octal | 102 | 75 | 333 | 106 | 110 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000010 | 111101 | 11011011 | 1000110 | 1001000 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #423DDB
Complementary color
Monochromatic Colors of #423DDB
Black with #423DDB
Text Example
Text Example
White with #423DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DDB; }
p { color: rgb(66,61,219); }
H1.HeaderClassName
{
color: #423DDB;
}
.AnyTagClassName
{
color: #423DDB;
}
</style>
background-color css
<style>
a { background-color: #423DDB; }
a { background-color: rgb(66,61,219); }
div.DivClassName
{
background-color: #423DDB;
}
.BgClassName
{
background-color: #423DDB;
}
</style>
border-color css
<style>
span { border-color: #423DDB; }
span { border-color: rgb(66,61,219); }
td.TdClassName
{
border-color: #423DDB;
}
.TagClassName
{
border-color: #423DDB;
}
</style>