Shades of Free Speech Blue #423DC3
Tints of Free Speech Blue #423DC3
RGB
CMYK
RGB Variations
Color information
#423DC3 (or 0x423DC3) is known color: Free Speech Blue. HEX triplet: 42, 3D and C3. RGB value is (66,61,195). Sum of RGB (Red+Green+Blue) = 66+61+195=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 195 (76.56% from 255 or 60.56% from 322); Max value from RGB is 195 - color contains mainly: blue. Hex color #423DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DC3 is #BDC23C. Grayscale: #4D4D4D. Windows color (decimal): -12436029 or 12795202. OLE color: 12795202.
HSL color Cylindrical-coordinate representation of color #423DC3: hue angle of 242.24º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423DC3 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 61 | 195 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.24 |
| HSL | 242.24º | 0.53% | 0.5% | - |
| HSV(B) | 242.24º | 0.69% | 0.76% | - |
| XYZ | 13.77 | 8.44 | 52.53 | - |
| YUV | 77.77 | 194.16 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 195 | 0.66 | 0.69 | 0 | 0.24 | 242.24 | 0.53 | 0.5 |
| Hex | 42 | 3D | C3 | 42 | 45 | 0 | 18 | F2 | 35 | 32 |
| Octal | 102 | 75 | 303 | 102 | 105 | 0 | 30 | 362 | 65 | 62 |
| Binary | 1000010 | 111101 | 11000011 | 1000010 | 1000101 | 0 | 11000 | 11110010 | 110101 | 110010 |
Color Harmonies of #423DC3
Complementary color
Monochromatic Colors of #423DC3
Black with #423DC3
Text Example
Text Example
White with #423DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DC3; }
p { color: rgb(66,61,195); }
H1.HeaderClassName
{
color: #423DC3;
}
.AnyTagClassName
{
color: #423DC3;
}
</style>
background-color css
<style>
a { background-color: #423DC3; }
a { background-color: rgb(66,61,195); }
div.DivClassName
{
background-color: #423DC3;
}
.BgClassName
{
background-color: #423DC3;
}
</style>
border-color css
<style>
span { border-color: #423DC3; }
span { border-color: rgb(66,61,195); }
td.TdClassName
{
border-color: #423DC3;
}
.TagClassName
{
border-color: #423DC3;
}
</style>