#3E3CBD

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

Shades of Free Speech Blue #3E3CBD

Tints of Free Speech Blue #3E3CBD

Color information

#3E3CBD (or 0x3E3CBD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3C and BD. RGB value is (62,60,189). Sum of RGB (Red+Green+Blue) = 62+60+189=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E3CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CBD is #C1C342. Grayscale: #4A4A4A. Windows color (decimal): -12698435 or 12401726. OLE color: 12401726.

HSL color Cylindrical-coordinate representation of color #3E3CBD: hue angle of 240.93º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3CBD is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6260189-
CMYK0.670.6800.26
HSL240.93º51.81%48.82%-
HSV(B)240.93º68.25%74.12%-
XYZ12.797.9349-
YUV75.3192.16118.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.94%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=19.94%
G=19.29%
B=60.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62601890.670.6800.26240.9351.8148.82
Hex3E3CBD434401Af13431
Octal76742751031040323616461
Binary111110111100101111011000011100010001101011110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,60,189); }

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

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

 a { background-color: rgb(62,60,189); }

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

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

 span { border-color: rgb(62,60,189); }

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