#3E5ECC

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

Shades of Free Speech Blue #3E5ECC

Tints of Free Speech Blue #3E5ECC

Color information

#3E5ECC (or 0x3E5ECC) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5E and CC. RGB value is (62,94,204). Sum of RGB (Red+Green+Blue) = 62+94+204=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E5ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5ECC is #C1A133. Grayscale: #606060. Windows color (decimal): -12689716 or 13393470. OLE color: 13393470.

HSL color Cylindrical-coordinate representation of color #3E5ECC: hue angle of 226.48º degrees, saturation: 0.58, 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 #3E5ECC is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6294204-
CMYK0.700.5400.2
HSL226.48º58.2%52.16%-
HSV(B)226.48º69.61%80%-
XYZ16.8913.3958.82-
YUV96.97188.4103.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.22%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=17.22%
G=26.11%
B=56.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62942040.700.5400.2226.4858.252.16
Hex3E5ECC4636014e23a34
Octal76136314106660243427264
Binary111110101111011001100100011011011001010011100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,94,204); }

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

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

 a { background-color: rgb(62,94,204); }

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

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

 span { border-color: rgb(62,94,204); }

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