#3E47CD

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

Shades of Free Speech Blue #3E47CD

Tints of Free Speech Blue #3E47CD

Color information

#3E47CD (or 0x3E47CD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 47 and CD. RGB value is (62,71,205). Sum of RGB (Red+Green+Blue) = 62+71+205=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E47CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E47CD is #C1B832. Grayscale: #535353. Windows color (decimal): -12695603 or 13453118. OLE color: 13453118.

HSL color Cylindrical-coordinate representation of color #3E47CD: hue angle of 236.22º 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 #3E47CD is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6271205-
CMYK0.700.6500.20
HSL236.22º58.85%52.35%-
HSV(B)236.22º69.76%80.39%-
XYZ15.269.9458.87-
YUV83.58196.52112.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 205 (80.47% from 255) = 60.65%
R=18.34%
G=21.01%
B=60.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62712050.700.6500.20236.2258.8552.35
Hex3E47CD4641014ec3b34
Octal761073151061010243547364
Binary1111101000111110011011000110100000101010011101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E47CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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