Shades of Free Speech Blue #3E45CB
Tints of Free Speech Blue #3E45CB
RGB
CMYK
RGB Variations
Color information
#3E45CB (or 0x3E45CB) is known color: Free Speech Blue. HEX triplet: 3E, 45 and CB. RGB value is (62,69,203). Sum of RGB (Red+Green+Blue) = 62+69+203=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E45CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45CB is #C1BA34. Grayscale: #515151. Windows color (decimal): -12696117 or 13321534. OLE color: 13321534.
HSL color Cylindrical-coordinate representation of color #3E45CB: hue angle of 237.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E45CB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 69 | 203 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.20 |
| HSL | 237.02º | 0.58% | 0.52% | - |
| HSV(B) | 237.02º | 0.69% | 0.8% | - |
| XYZ | 14.89 | 9.59 | 57.57 | - |
| YUV | 82.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 203 | 0.69 | 0.66 | 0 | 0.20 | 237.02 | 0.58 | 0.52 |
| Hex | 3E | 45 | CB | 45 | 42 | 0 | 14 | ED | 3A | 34 |
| Octal | 76 | 105 | 313 | 105 | 102 | 0 | 24 | 355 | 72 | 64 |
| Binary | 111110 | 1000101 | 11001011 | 1000101 | 1000010 | 0 | 10100 | 11101101 | 111010 | 110100 |
Color Harmonies of #3E45CB
Complementary color
Monochromatic Colors of #3E45CB
Black with #3E45CB
Text Example
Text Example
White with #3E45CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45CB; }
p { color: rgb(62,69,203); }
H1.HeaderClassName
{
color: #3E45CB;
}
.AnyTagClassName
{
color: #3E45CB;
}
</style>
background-color css
<style>
a { background-color: #3E45CB; }
a { background-color: rgb(62,69,203); }
div.DivClassName
{
background-color: #3E45CB;
}
.BgClassName
{
background-color: #3E45CB;
}
</style>
border-color css
<style>
span { border-color: #3E45CB; }
span { border-color: rgb(62,69,203); }
td.TdClassName
{
border-color: #3E45CB;
}
.TagClassName
{
border-color: #3E45CB;
}
</style>