#3E48BB

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

Shades of Free Speech Blue #3E48BB

Tints of Free Speech Blue #3E48BB

Color information

#3E48BB (or 0x3E48BB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 48 and BB. RGB value is (62,72,187). Sum of RGB (Red+Green+Blue) = 62+72+187=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E48BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48BB is #C1B744. Grayscale: #515151. Windows color (decimal): -12695365 or 12273726. OLE color: 12273726.

HSL color Cylindrical-coordinate representation of color #3E48BB: hue angle of 235.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E48BB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6272187-
CMYK0.670.6100.27
HSL235.2º50.2%48.82%-
HSV(B)235.2º66.84%73.33%-
XYZ13.279.2548.1-
YUV82.12187.19113.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.31%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 187 (73.44% from 255) = 58.26%
R=19.31%
G=22.43%
B=58.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62721870.670.6100.27235.250.248.82
Hex3E48BB433D01Beb3231
Octal76110273103750333536261
Binary111110100100010111011100001111110101101111101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,187); }

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

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

 a { background-color: rgb(62,72,187); }

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

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

 span { border-color: rgb(62,72,187); }

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