#3D4DAF

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

Shades of Free Speech Blue #3D4DAF

Tints of Free Speech Blue #3D4DAF

Color information

#3D4DAF (or 0x3D4DAF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4D and AF. RGB value is (61,77,175). Sum of RGB (Red+Green+Blue) = 61+77+175=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4DAF is #C2B250. Grayscale: #525252. Windows color (decimal): -12759633 or 11488573. OLE color: 11488573.

HSL color Cylindrical-coordinate representation of color #3D4DAF: hue angle of 231.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D4DAF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6177175-
CMYK0.650.5600.31
HSL231.58º48.31%46.27%-
HSV(B)231.58º65.14%68.63%-
XYZ12.329.441.72-
YUV83.39179.7112.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=19.49%
G=24.60%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61771750.650.5600.31231.5848.3146.27
Hex3D4DAF413801Fe8302e
Octal75115257101700373506056
Binary111101100110110101111100000111100001111111101000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,175); }

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

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

 a { background-color: rgb(61,77,175); }

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

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

 span { border-color: rgb(61,77,175); }

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