#3C4BB3

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

Shades of Free Speech Blue #3C4BB3

Tints of Free Speech Blue #3C4BB3

Color information

#3C4BB3 (or 0x3C4BB3) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4B and B3. RGB value is (60,75,179). Sum of RGB (Red+Green+Blue) = 60+75+179=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C4BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BB3 is #C3B44C. Grayscale: #515151. Windows color (decimal): -12825677 or 11750204. OLE color: 11750204.

HSL color Cylindrical-coordinate representation of color #3C4BB3: hue angle of 232.44º 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 #3C4BB3 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6075179-
CMYK0.660.5800.30
HSL232.44º49.79%46.86%-
HSV(B)232.44º66.48%70.2%-
XYZ12.529.2543.77-
YUV82.37182.53112.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 179 (70.31% from 255) = 57.01%
R=19.11%
G=23.89%
B=57.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60751790.660.5800.30232.4449.7946.86
Hex3C4BB3423A01Ee8322f
Octal74113263102720363506257
Binary111100100101110110011100001011101001111011101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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