#3746CC

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

Shades of Free Speech Blue #3746CC

Tints of Free Speech Blue #3746CC

Color information

#3746CC (or 0x3746CC) is unknown color: approx Free Speech Blue. HEX triplet: 37, 46 and CC. RGB value is (55,70,204). Sum of RGB (Red+Green+Blue) = 55+70+204=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #3746CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3746CC is #C8B933. Grayscale: #505050. Windows color (decimal): -13154612 or 13387319. OLE color: 13387319.

HSL color Cylindrical-coordinate representation of color #3746CC: hue angle of 233.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3746CC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5570204-
CMYK0.730.6600.2
HSL233.96º59.36%50.78%-
HSV(B)233.96º73.04%80%-
XYZ14.669.5558.2-
YUV80.79197.53109.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=16.72%
G=21.28%
B=62.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55702040.730.6600.2233.9659.3650.78
Hex3746CC4942014ea3b33
Octal671063141111020243527363
Binary1101111000110110011001001001100001001010011101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3746CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3746CC; }

 p { color: rgb(55,70,204); }

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

<style>
 a { background-color: #3746CC; }

 a { background-color: rgb(55,70,204); }

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

<style>
 span { border-color: #3746CC; }

 span { border-color: rgb(55,70,204); }

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