#3D56DA

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

Shades of Free Speech Blue #3D56DA

Tints of Free Speech Blue #3D56DA

Color information

#3D56DA (or 0x3D56DA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 56 and DA. RGB value is (61,86,218). Sum of RGB (Red+Green+Blue) = 61+86+218=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D56DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D56DA is #C2A925. Grayscale: #5D5D5D. Windows color (decimal): -12757286 or 14308925. OLE color: 14308925.

HSL color Cylindrical-coordinate representation of color #3D56DA: hue angle of 230.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D56DA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6186218-
CMYK0.720.6100.15
HSL230.45º67.97%54.71%-
HSV(B)230.45º72.02%85.49%-
XYZ17.9112.7167.84-
YUV93.57198.22104.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.71%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 218 (85.55% from 255) = 59.73%
R=16.71%
G=23.56%
B=59.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61862180.720.6100.15230.4567.9754.71
Hex3D56DA483D0Fe64437
Octal751263321107501734610467
Binary111101101011011011010100100011110101111111001101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D56DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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