#3D56AF

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

Shades of Free Speech Blue #3D56AF

Tints of Free Speech Blue #3D56AF

Color information

#3D56AF (or 0x3D56AF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 56 and AF. RGB value is (61,86,175). Sum of RGB (Red+Green+Blue) = 61+86+175=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D56AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D56AF is #C2A950. Grayscale: #585858. Windows color (decimal): -12757329 or 11490877. OLE color: 11490877.

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

Color convert

RGB6186175-
CMYK0.650.5100.31
HSL226.84º48.31%46.27%-
HSV(B)226.84º65.14%68.63%-
XYZ12.9910.7441.95-
YUV88.67176.72108.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=18.94%
G=26.71%
B=54.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61861750.650.5100.31226.8448.3146.27
Hex3D56AF413301Fe3302e
Octal75126257101630373436056
Binary111101101011010101111100000111001101111111100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D56AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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