Shades of Free Speech Blue #423CDB
Tints of Free Speech Blue #423CDB
RGB
CMYK
RGB Variations
Color information
#423CDB (or 0x423CDB) is known color: Free Speech Blue. HEX triplet: 42, 3C and DB. RGB value is (66,60,219). Sum of RGB (Red+Green+Blue) = 66+60+219=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #423CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CDB is #BDC324. Grayscale: #4F4F4F. Windows color (decimal): -12436261 or 14367810. OLE color: 14367810.
HSL color Cylindrical-coordinate representation of color #423CDB: hue angle of 242.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423CDB is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 60 | 219 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.14 |
| HSL | 242.26º | 0.69% | 0.55% | - |
| HSV(B) | 242.26º | 0.73% | 0.86% | - |
| XYZ | 16.65 | 9.5 | 67.97 | - |
| YUV | 79.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 219 | 0.70 | 0.73 | 0 | 0.14 | 242.26 | 0.69 | 0.55 |
| Hex | 42 | 3C | DB | 46 | 49 | 0 | E | F2 | 45 | 37 |
| Octal | 102 | 74 | 333 | 106 | 111 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000010 | 111100 | 11011011 | 1000110 | 1001001 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #423CDB
Complementary color
Monochromatic Colors of #423CDB
Black with #423CDB
Text Example
Text Example
White with #423CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CDB; }
p { color: rgb(66,60,219); }
H1.HeaderClassName
{
color: #423CDB;
}
.AnyTagClassName
{
color: #423CDB;
}
</style>
background-color css
<style>
a { background-color: #423CDB; }
a { background-color: rgb(66,60,219); }
div.DivClassName
{
background-color: #423CDB;
}
.BgClassName
{
background-color: #423CDB;
}
</style>
border-color css
<style>
span { border-color: #423CDB; }
span { border-color: rgb(66,60,219); }
td.TdClassName
{
border-color: #423CDB;
}
.TagClassName
{
border-color: #423CDB;
}
</style>