Shades of Free Speech Blue #423DDA
Tints of Free Speech Blue #423DDA
RGB
CMYK
RGB Variations
Color information
#423DDA (or 0x423DDA) is known color: Free Speech Blue. HEX triplet: 42, 3D and DA. RGB value is (66,61,218). Sum of RGB (Red+Green+Blue) = 66+61+218=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #423DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DDA is #BDC225. Grayscale: #4F4F4F. Windows color (decimal): -12436006 or 14302530. OLE color: 14302530.
HSL color Cylindrical-coordinate representation of color #423DDA: hue angle of 241.91º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423DDA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 61 | 218 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.15 |
| HSL | 241.91º | 0.68% | 0.55% | - |
| HSV(B) | 241.91º | 0.72% | 0.85% | - |
| XYZ | 16.57 | 9.56 | 67.3 | - |
| YUV | 80.39 | 205.66 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 218 | 0.70 | 0.72 | 0 | 0.15 | 241.91 | 0.68 | 0.55 |
| Hex | 42 | 3D | DA | 46 | 48 | 0 | F | F2 | 44 | 37 |
| Octal | 102 | 75 | 332 | 106 | 110 | 0 | 17 | 362 | 104 | 67 |
| Binary | 1000010 | 111101 | 11011010 | 1000110 | 1001000 | 0 | 1111 | 11110010 | 1000100 | 110111 |
Color Harmonies of #423DDA
Complementary color
Monochromatic Colors of #423DDA
Black with #423DDA
Text Example
Text Example
White with #423DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DDA; }
p { color: rgb(66,61,218); }
H1.HeaderClassName
{
color: #423DDA;
}
.AnyTagClassName
{
color: #423DDA;
}
</style>
background-color css
<style>
a { background-color: #423DDA; }
a { background-color: rgb(66,61,218); }
div.DivClassName
{
background-color: #423DDA;
}
.BgClassName
{
background-color: #423DDA;
}
</style>
border-color css
<style>
span { border-color: #423DDA; }
span { border-color: rgb(66,61,218); }
td.TdClassName
{
border-color: #423DDA;
}
.TagClassName
{
border-color: #423DDA;
}
</style>