#3A48BF

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

Shades of Free Speech Blue #3A48BF

Tints of Free Speech Blue #3A48BF

Color information

#3A48BF (or 0x3A48BF) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 48 and BF. RGB value is (58,72,191). Sum of RGB (Red+Green+Blue) = 58+72+191=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A48BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A48BF is #C5B740. Grayscale: #505050. Windows color (decimal): -12957505 or 12535866. OLE color: 12535866.

HSL color Cylindrical-coordinate representation of color #3A48BF: hue angle of 233.68º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A48BF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5872191-
CMYK0.700.6200.25
HSL233.68º53.41%48.82%-
HSV(B)233.68º69.63%74.9%-
XYZ13.479.350.37-
YUV81.38189.86111.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 191 (75% from 255) = 59.50%
R=18.07%
G=22.43%
B=59.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58721910.700.6200.25233.6853.4148.82
Hex3A48BF463E019ea3531
Octal72110277106760313526561
Binary111010100100010111111100011011111001100111101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,191); }

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

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

 a { background-color: rgb(58,72,191); }

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

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

 span { border-color: rgb(58,72,191); }

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