#3D4FB1

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

Shades of Free Speech Blue #3D4FB1

Tints of Free Speech Blue #3D4FB1

Color information

#3D4FB1 (or 0x3D4FB1) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4F and B1. RGB value is (61,79,177). Sum of RGB (Red+Green+Blue) = 61+79+177=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D4FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4FB1 is #C2B04E. Grayscale: #545454. Windows color (decimal): -12759119 or 11620157. OLE color: 11620157.

HSL color Cylindrical-coordinate representation of color #3D4FB1: hue angle of 230.69º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4FB1 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6179177-
CMYK0.660.5500.31
HSL230.69º48.74%46.67%-
HSV(B)230.69º65.54%69.41%-
XYZ12.669.7642.81-
YUV84.79180.04111.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=19.24%
G=24.92%
B=55.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61791770.660.5500.31230.6948.7446.67
Hex3D4FB1423701Fe7312f
Octal75117261102670373476157
Binary111101100111110110001100001011011101111111100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,79,177); }

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

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

 a { background-color: rgb(61,79,177); }

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

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

 span { border-color: rgb(61,79,177); }

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