Shades of Free Speech Blue #3E43CA
Tints of Free Speech Blue #3E43CA
RGB
CMYK
RGB Variations
Color information
#3E43CA (or 0x3E43CA) is known color: Free Speech Blue. HEX triplet: 3E, 43 and CA. RGB value is (62,67,202). Sum of RGB (Red+Green+Blue) = 62+67+202=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E43CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E43CA is #C1BC35. Grayscale: #505050. Windows color (decimal): -12696630 or 13255486. OLE color: 13255486.
HSL color Cylindrical-coordinate representation of color #3E43CA: hue angle of 237.86º 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 #3E43CA is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 67 | 202 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.21 |
| HSL | 237.86º | 0.57% | 0.52% | - |
| HSV(B) | 237.86º | 0.69% | 0.79% | - |
| XYZ | 14.65 | 9.3 | 56.9 | - |
| YUV | 80.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 202 | 0.69 | 0.67 | 0 | 0.21 | 237.86 | 0.57 | 0.52 |
| Hex | 3E | 43 | CA | 45 | 43 | 0 | 15 | EE | 39 | 34 |
| Octal | 76 | 103 | 312 | 105 | 103 | 0 | 25 | 356 | 71 | 64 |
| Binary | 111110 | 1000011 | 11001010 | 1000101 | 1000011 | 0 | 10101 | 11101110 | 111001 | 110100 |
Color Harmonies of #3E43CA
Complementary color
Monochromatic Colors of #3E43CA
Black with #3E43CA
Text Example
Text Example
White with #3E43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E43CA; }
p { color: rgb(62,67,202); }
H1.HeaderClassName
{
color: #3E43CA;
}
.AnyTagClassName
{
color: #3E43CA;
}
</style>
background-color css
<style>
a { background-color: #3E43CA; }
a { background-color: rgb(62,67,202); }
div.DivClassName
{
background-color: #3E43CA;
}
.BgClassName
{
background-color: #3E43CA;
}
</style>
border-color css
<style>
span { border-color: #3E43CA; }
span { border-color: rgb(62,67,202); }
td.TdClassName
{
border-color: #3E43CA;
}
.TagClassName
{
border-color: #3E43CA;
}
</style>