#3E4DCD

Color #3E4DCD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E4DCD

Tints of Free Speech Blue #3E4DCD

Color information

#3E4DCD (or 0x3E4DCD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4D and CD. RGB value is (62,77,205). Sum of RGB (Red+Green+Blue) = 62+77+205=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DCD is #C1B232. Grayscale: #565656. Windows color (decimal): -12694067 or 13454654. OLE color: 13454654.

HSL color Cylindrical-coordinate representation of color #3E4DCD: hue angle of 233.71º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E4DCD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6277205-
CMYK0.700.6200.20
HSL233.71º58.85%52.35%-
HSV(B)233.71º69.76%80.39%-
XYZ15.6610.7459.01-
YUV87.11194.53110.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 18.02%
GREEN value IS 77 (30.47% from 255) = 22.38%
BLUE value IS 205 (80.47% from 255) = 59.59%
R=18.02%
G=22.38%
B=59.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62772050.700.6200.20233.7158.8552.35
Hex3E4DCD463E014ea3b34
Octal76115315106760243527364
Binary111110100110111001101100011011111001010011101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4DCD; }

 p { color: rgb(62,77,205); }

 H1.HeaderClassName
 {
   color: #3E4DCD;
 }
 .AnyTagClassName
 {
   color: #3E4DCD;
 }
</style>
background-color css

<style>
 a { background-color: #3E4DCD; }

 a { background-color: rgb(62,77,205); }

 div.DivClassName
 {
   background-color: #3E4DCD;
 }
 .BgClassName
 {
   background-color: #3E4DCD;
 }
</style>
border-color css

<style>
 span { border-color: #3E4DCD; }

 span { border-color: rgb(62,77,205); }

 td.TdClassName
 {
   border-color: #3E4DCD;
 }
 .TagClassName
 {
   border-color: #3E4DCD;
 }
</style>