#3E4AC3

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

Shades of Free Speech Blue #3E4AC3

Tints of Free Speech Blue #3E4AC3

Color information

#3E4AC3 (or 0x3E4AC3) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4A and C3. RGB value is (62,74,195). Sum of RGB (Red+Green+Blue) = 62+74+195=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #3E4AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4AC3 is #C1B53C. Grayscale: #535353. Windows color (decimal): -12694845 or 12798526. OLE color: 12798526.

HSL color Cylindrical-coordinate representation of color #3E4AC3: hue angle of 234.59º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E4AC3 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6274195-
CMYK0.680.6200.24
HSL234.59º52.57%50.39%-
HSV(B)234.59º68.21%76.47%-
XYZ14.299.8652.78-
YUV84.21190.52112.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.73%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 195 (76.56% from 255) = 58.91%
R=18.73%
G=22.36%
B=58.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62741950.680.6200.24234.5952.5750.39
Hex3E4AC3443E018eb3532
Octal76112303104760303536562
Binary111110100101011000011100010011111001100011101011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,195); }

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

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

 a { background-color: rgb(62,74,195); }

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

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

 span { border-color: rgb(62,74,195); }

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