#3E49CB

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

Shades of Free Speech Blue #3E49CB

Tints of Free Speech Blue #3E49CB

Color information

#3E49CB (or 0x3E49CB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 49 and CB. RGB value is (62,73,203). Sum of RGB (Red+Green+Blue) = 62+73+203=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E49CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49CB is #C1B634. Grayscale: #545454. Windows color (decimal): -12695093 or 13322558. OLE color: 13322558.

HSL color Cylindrical-coordinate representation of color #3E49CB: hue angle of 235.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E49CB is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6273203-
CMYK0.690.6400.20
HSL235.32º57.55%51.96%-
HSV(B)235.32º69.46%79.61%-
XYZ15.1510.157.65-
YUV84.53194.86111.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=18.34%
G=21.60%
B=60.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62732030.690.6400.20235.3257.5551.96
Hex3E49CB4540014eb3a34
Octal761113131051000243537264
Binary1111101001001110010111000101100000001010011101011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,203); }

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

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

 a { background-color: rgb(62,73,203); }

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

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

 span { border-color: rgb(62,73,203); }

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