#3948BD

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

Shades of Free Speech Blue #3948BD

Tints of Free Speech Blue #3948BD

Color information

#3948BD (or 0x3948BD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 48 and BD. RGB value is (57,72,189). Sum of RGB (Red+Green+Blue) = 57+72+189=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #3948BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3948BD is #C6B742. Grayscale: #505050. Windows color (decimal): -13023043 or 12404793. OLE color: 12404793.

HSL color Cylindrical-coordinate representation of color #3948BD: hue angle of 233.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3948BD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5772189-
CMYK0.700.6200.26
HSL233.18º53.66%48.24%-
HSV(B)233.18º69.84%74.12%-
XYZ13.199.1849.22-
YUV80.85189.03110.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 189 (74.22% from 255) = 59.43%
R=17.92%
G=22.64%
B=59.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57721890.700.6200.26233.1853.6648.24
Hex3948BD463E01Ae93630
Octal71110275106760323516660
Binary111001100100010111101100011011111001101011101001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3948BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3948BD; }

 p { color: rgb(57,72,189); }

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

<style>
 a { background-color: #3948BD; }

 a { background-color: rgb(57,72,189); }

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

<style>
 span { border-color: #3948BD; }

 span { border-color: rgb(57,72,189); }

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