#3D47C4

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

Shades of Free Speech Blue #3D47C4

Tints of Free Speech Blue #3D47C4

Color information

#3D47C4 (or 0x3D47C4) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 47 and C4. RGB value is (61,71,196). Sum of RGB (Red+Green+Blue) = 61+71+196=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #3D47C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D47C4 is #C2B83B. Grayscale: #515151. Windows color (decimal): -12761148 or 12863293. OLE color: 12863293.

HSL color Cylindrical-coordinate representation of color #3D47C4: hue angle of 235.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D47C4 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6171196-
CMYK0.690.6400.23
HSL235.56º53.36%50.39%-
HSV(B)235.56º68.88%76.86%-
XYZ14.149.4853.31-
YUV82.26192.19112.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 196 (76.95% from 255) = 59.76%
R=18.60%
G=21.65%
B=59.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61711960.690.6400.23235.5653.3650.39
Hex3D47C44540017ec3532
Octal751073041051000273546562
Binary1111011000111110001001000101100000001011111101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D47C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,196); }

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

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

 a { background-color: rgb(61,71,196); }

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

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

 span { border-color: rgb(61,71,196); }

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