Shades of Free Speech Blue #405CCE
Tints of Free Speech Blue #405CCE
RGB
CMYK
RGB Variations
Color information
#405CCE (or 0x405CCE) is known color: Free Speech Blue. HEX triplet: 40, 5C and CE. RGB value is (64,92,206). Sum of RGB (Red+Green+Blue) = 64+92+206=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #405CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CCE is #BFA331. Grayscale: #606060. Windows color (decimal): -12559154 or 13524032. OLE color: 13524032.
HSL color Cylindrical-coordinate representation of color #405CCE: hue angle of 228.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405CCE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 92 | 206 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.19 |
| HSL | 228.17º | 0.59% | 0.53% | - |
| HSV(B) | 228.17º | 0.69% | 0.81% | - |
| XYZ | 17.08 | 13.2 | 60.04 | - |
| YUV | 96.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 206 | 0.69 | 0.55 | 0 | 0.19 | 228.17 | 0.59 | 0.53 |
| Hex | 40 | 5C | CE | 45 | 37 | 0 | 13 | E4 | 3B | 35 |
| Octal | 100 | 134 | 316 | 105 | 67 | 0 | 23 | 344 | 73 | 65 |
| Binary | 1000000 | 1011100 | 11001110 | 1000101 | 110111 | 0 | 10011 | 11100100 | 111011 | 110101 |
Color Harmonies of #405CCE
Complementary color
Monochromatic Colors of #405CCE
Black with #405CCE
Text Example
Text Example
White with #405CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CCE; }
p { color: rgb(64,92,206); }
H1.HeaderClassName
{
color: #405CCE;
}
.AnyTagClassName
{
color: #405CCE;
}
</style>
background-color css
<style>
a { background-color: #405CCE; }
a { background-color: rgb(64,92,206); }
div.DivClassName
{
background-color: #405CCE;
}
.BgClassName
{
background-color: #405CCE;
}
</style>
border-color css
<style>
span { border-color: #405CCE; }
span { border-color: rgb(64,92,206); }
td.TdClassName
{
border-color: #405CCE;
}
.TagClassName
{
border-color: #405CCE;
}
</style>