#3748C2

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

Shades of Free Speech Blue #3748C2

Tints of Free Speech Blue #3748C2

Color information

#3748C2 (or 0x3748C2) is unknown color: approx Free Speech Blue. HEX triplet: 37, 48 and C2. RGB value is (55,72,194). Sum of RGB (Red+Green+Blue) = 55+72+194=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #3748C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748C2 is #C8B73D. Grayscale: #505050. Windows color (decimal): -13154110 or 12732471. OLE color: 12732471.

HSL color Cylindrical-coordinate representation of color #3748C2: hue angle of 232.66º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3748C2 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5572194-
CMYK0.720.6300.24
HSL232.66º55.82%48.82%-
HSV(B)232.66º71.65%76.08%-
XYZ13.639.3452.12-
YUV80.82191.87109.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 194 (76.17% from 255) = 60.44%
R=17.13%
G=22.43%
B=60.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55721940.720.6300.24232.6655.8248.82
Hex3748C2483F018e93831
Octal67110302110770303517061
Binary110111100100011000010100100011111101100011101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3748C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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