Shades of Free Speech Blue #3E42CA
Tints of Free Speech Blue #3E42CA
RGB
CMYK
RGB Variations
Color information
#3E42CA (or 0x3E42CA) is known color: Free Speech Blue. HEX triplet: 3E, 42 and CA. RGB value is (62,66,202). Sum of RGB (Red+Green+Blue) = 62+66+202=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42CA is #C1BD35. Grayscale: #4F4F4F. Windows color (decimal): -12696886 or 13255230. OLE color: 13255230.
HSL color Cylindrical-coordinate representation of color #3E42CA: hue angle of 238.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E42CA is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 66 | 202 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.21 |
| HSL | 238.29º | 0.57% | 0.52% | - |
| HSV(B) | 238.29º | 0.69% | 0.79% | - |
| XYZ | 14.6 | 9.18 | 56.88 | - |
| YUV | 80.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 202 | 0.69 | 0.67 | 0 | 0.21 | 238.29 | 0.57 | 0.52 |
| Hex | 3E | 42 | CA | 45 | 43 | 0 | 15 | EE | 39 | 34 |
| Octal | 76 | 102 | 312 | 105 | 103 | 0 | 25 | 356 | 71 | 64 |
| Binary | 111110 | 1000010 | 11001010 | 1000101 | 1000011 | 0 | 10101 | 11101110 | 111001 | 110100 |
Color Harmonies of #3E42CA
Complementary color
Monochromatic Colors of #3E42CA
Black with #3E42CA
Text Example
Text Example
White with #3E42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E42CA; }
p { color: rgb(62,66,202); }
H1.HeaderClassName
{
color: #3E42CA;
}
.AnyTagClassName
{
color: #3E42CA;
}
</style>
background-color css
<style>
a { background-color: #3E42CA; }
a { background-color: rgb(62,66,202); }
div.DivClassName
{
background-color: #3E42CA;
}
.BgClassName
{
background-color: #3E42CA;
}
</style>
border-color css
<style>
span { border-color: #3E42CA; }
span { border-color: rgb(62,66,202); }
td.TdClassName
{
border-color: #3E42CA;
}
.TagClassName
{
border-color: #3E42CA;
}
</style>