#3E54BD

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

Shades of Free Speech Blue #3E54BD

Tints of Free Speech Blue #3E54BD

Color information

#3E54BD (or 0x3E54BD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 54 and BD. RGB value is (62,84,189). Sum of RGB (Red+Green+Blue) = 62+84+189=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E54BD is #C1AB42. Grayscale: #585858. Windows color (decimal): -12692291 or 12407870. OLE color: 12407870.

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

Color convert

RGB6284189-
CMYK0.670.5600.26
HSL229.61º50.6%49.22%-
HSV(B)229.61º67.2%74.12%-
XYZ14.3411.0449.52-
YUV89.39184.21108.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=18.51%
G=25.07%
B=56.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62841890.670.5600.26229.6150.649.22
Hex3E54BD433801Ae63331
Octal76124275103700323466361
Binary111110101010010111101100001111100001101011100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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