#3D57AF

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

Shades of Free Speech Blue #3D57AF

Tints of Free Speech Blue #3D57AF

Color information

#3D57AF (or 0x3D57AF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 57 and AF. RGB value is (61,87,175). Sum of RGB (Red+Green+Blue) = 61+87+175=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D57AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D57AF is #C2A850. Grayscale: #585858. Windows color (decimal): -12757073 or 11491133. OLE color: 11491133.

HSL color Cylindrical-coordinate representation of color #3D57AF: hue angle of 226.32º 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 #3D57AF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6187175-
CMYK0.650.5000.31
HSL226.32º48.31%46.27%-
HSV(B)226.32º65.14%68.63%-
XYZ13.0710.941.97-
YUV89.26176.39107.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=18.89%
G=26.93%
B=54.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61871750.650.5000.31226.3248.3146.27
Hex3D57AF413201Fe2302e
Octal75127257101620373426056
Binary111101101011110101111100000111001001111111100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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