#3748BA

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

Shades of Free Speech Blue #3748BA

Tints of Free Speech Blue #3748BA

Color information

#3748BA (or 0x3748BA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 48 and BA. RGB value is (55,72,186). Sum of RGB (Red+Green+Blue) = 55+72+186=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #3748BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748BA is #C8B745. Grayscale: #4F4F4F. Windows color (decimal): -13154118 or 12208183. OLE color: 12208183.

HSL color Cylindrical-coordinate representation of color #3748BA: hue angle of 232.21º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3748BA is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5572186-
CMYK0.700.6100.27
HSL232.21º54.36%47.25%-
HSV(B)232.21º70.43%72.94%-
XYZ12.768.9947.52-
YUV79.91187.87110.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 186 (73.05% from 255) = 59.42%
R=17.57%
G=23.00%
B=59.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55721860.700.6100.27232.2154.3647.25
Hex3748BA463D01Be8362f
Octal67110272106750333506657
Binary110111100100010111010100011011110101101111101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3748BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3748BA; }

 p { color: rgb(55,72,186); }

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

<style>
 a { background-color: #3748BA; }

 a { background-color: rgb(55,72,186); }

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

<style>
 span { border-color: #3748BA; }

 span { border-color: rgb(55,72,186); }

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