#3C55B3

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

Shades of Free Speech Blue #3C55B3

Tints of Free Speech Blue #3C55B3

Color information

#3C55B3 (or 0x3C55B3) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 55 and B3. RGB value is (60,85,179). Sum of RGB (Red+Green+Blue) = 60+85+179=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C55B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C55B3 is #C3AA4C. Grayscale: #575757. Windows color (decimal): -12823117 or 11752764. OLE color: 11752764.

HSL color Cylindrical-coordinate representation of color #3C55B3: hue angle of 227.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C55B3 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6085179-
CMYK0.660.5300.30
HSL227.39º49.79%46.86%-
HSV(B)227.39º66.48%70.2%-
XYZ13.2510.7144.02-
YUV88.24179.22107.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 179 (70.31% from 255) = 55.25%
R=18.52%
G=26.23%
B=55.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60851790.660.5300.30227.3949.7946.86
Hex3C55B3423501Ee3322f
Octal74125263102650363436257
Binary111100101010110110011100001011010101111011100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C55B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,85,179); }

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

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

 a { background-color: rgb(60,85,179); }

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

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

 span { border-color: rgb(60,85,179); }

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