Shades of Free Speech Blue #423DBB
Tints of Free Speech Blue #423DBB
RGB
CMYK
RGB Variations
Color information
#423DBB (or 0x423DBB) is known color: Free Speech Blue. HEX triplet: 42, 3D and BB. RGB value is (66,61,187). Sum of RGB (Red+Green+Blue) = 66+61+187=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #423DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DBB is #BDC244. Grayscale: #4C4C4C. Windows color (decimal): -12436037 or 12270914. OLE color: 12270914.
HSL color Cylindrical-coordinate representation of color #423DBB: hue angle of 242.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423DBB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 61 | 187 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.27 |
| HSL | 242.38º | 0.51% | 0.49% | - |
| HSV(B) | 242.38º | 0.67% | 0.73% | - |
| XYZ | 12.89 | 8.08 | 47.89 | - |
| YUV | 76.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 187 | 0.65 | 0.67 | 0 | 0.27 | 242.38 | 0.51 | 0.49 |
| Hex | 42 | 3D | BB | 41 | 43 | 0 | 1B | F2 | 33 | 31 |
| Octal | 102 | 75 | 273 | 101 | 103 | 0 | 33 | 362 | 63 | 61 |
| Binary | 1000010 | 111101 | 10111011 | 1000001 | 1000011 | 0 | 11011 | 11110010 | 110011 | 110001 |
Color Harmonies of #423DBB
Complementary color
Monochromatic Colors of #423DBB
Black with #423DBB
Text Example
Text Example
White with #423DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DBB; }
p { color: rgb(66,61,187); }
H1.HeaderClassName
{
color: #423DBB;
}
.AnyTagClassName
{
color: #423DBB;
}
</style>
background-color css
<style>
a { background-color: #423DBB; }
a { background-color: rgb(66,61,187); }
div.DivClassName
{
background-color: #423DBB;
}
.BgClassName
{
background-color: #423DBB;
}
</style>
border-color css
<style>
span { border-color: #423DBB; }
span { border-color: rgb(66,61,187); }
td.TdClassName
{
border-color: #423DBB;
}
.TagClassName
{
border-color: #423DBB;
}
</style>